summaryrefslogtreecommitdiff
path: root/test/dataset.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/dataset.rb
parent989f20ae58c3ecb0ce62bc4468c3dab2599637b3 (diff)
descriptor tests
Diffstat (limited to 'test/dataset.rb')
-rw-r--r--test/dataset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dataset.rb b/test/dataset.rb
index 76eaf60..2f75703 100644
--- a/test/dataset.rb
+++ b/test/dataset.rb
@@ -69,7 +69,7 @@ class DatasetTest < MiniTest::Test
assert_equal 3, d.compounds.size
assert_equal 2, d.features.size
assert_equal [[1,2],[4,5],[6,7]], d.data_entries
- d.save_all
+ d.save
# check if dataset has been saved correctly
new_dataset = Dataset.find d.id
assert_equal 3, new_dataset.compounds.size