summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-03-14 15:25:50 +0100
committerChristoph Helma <helma@in-silico.ch>2016-03-14 15:25:50 +0100
commit0c5d2e678908a2d4aea43efbedbedc2c0439be30 (patch)
tree2a056c6edc088a37b7e489de435706af79f324e7 /test/compound.rb
parent989f20ae58c3ecb0ce62bc4468c3dab2599637b3 (diff)
descriptor tests
Diffstat (limited to 'test/compound.rb')
-rw-r--r--test/compound.rb3
1 files changed, 1 insertions, 2 deletions
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