summaryrefslogtreecommitdiff
path: root/test/model.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/model.rb')
-rw-r--r--test/model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/model.rb b/test/model.rb
index 017ce10..322ad90 100644
--- a/test/model.rb
+++ b/test/model.rb
@@ -49,7 +49,7 @@ class ModelTest < MiniTest::Test
def test_physchem_regression
algorithms = {
- :descriptors => ["PhysChem::OPENBABEL"],
+ :descriptors => [PhysChem::OPENBABEL],
:similarity => {
:method => "Algorithm::Similarity.cosine",
}