From 0c5d2e678908a2d4aea43efbedbedc2c0439be30 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 14 Mar 2016 15:25:50 +0100 Subject: descriptor tests --- test/compound.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/compound.rb') diff --git a/test/compound.rb b/test/compound.rb index 6c866b3..7342310 100644 --- a/test/compound.rb +++ b/test/compound.rb @@ -64,8 +64,7 @@ print c.sdf def test_chemblid c = OpenTox::Compound.from_inchi "InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H" - #assert_equal "CHEMBL277500", c.chemblid - assert_equal "CHEMBL581676", c.chemblid + assert_equal "CHEMBL277500", c.chemblid end def test_sdf_storage -- cgit v1.2.3