summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
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