From 3a9c9332b660d35720ad4fa1f55ee0883e53aecd Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Fri, 2 Nov 2018 20:34:44 +0100 Subject: warnings fixed, cleanup --- test/dataset.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/dataset.rb') diff --git a/test/dataset.rb b/test/dataset.rb index 70d26d2..40aa334 100644 --- a/test/dataset.rb +++ b/test/dataset.rb @@ -23,9 +23,9 @@ class DatasetTest < MiniTest::Test def test_import_pubchem d = Dataset.from_pubchem_aid 1191 - assert_equal 87, d.compounds.size + assert_equal 86, d.compounds.size assert_equal 3, d.features.size - assert_equal ["Active"], d.values(d.compounds[10],d.features[2]) + assert_equal ["Inactive"], d.values(d.compounds[10],d.features[2]) # TODO endpoint name # TODO regression import end -- cgit v1.2.3