summaryrefslogtreecommitdiff
path: root/test/nanomaterial-prediction-models.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-11-11 13:07:53 +0100
committerChristoph Helma <helma@in-silico.ch>2016-11-11 13:07:53 +0100
commitb6116bc4705066da30668ff3370f3b1c307e44e7 (patch)
tree387c3f43cd9cc4d8fecbaeaf80773a83e52c93ff /test/nanomaterial-prediction-models.rb
parent9a06f2ff5ae6bdbe7dc90555599e186f1585e0d2 (diff)
enm import fixed
Diffstat (limited to 'test/nanomaterial-prediction-models.rb')
-rw-r--r--test/nanomaterial-prediction-models.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/nanomaterial-prediction-models.rb b/test/nanomaterial-prediction-models.rb
index b0c05f3..f90a822 100644
--- a/test/nanomaterial-prediction-models.rb
+++ b/test/nanomaterial-prediction-models.rb
@@ -13,7 +13,6 @@ class NanomaterialPredictionModelTest < MiniTest::Test
def test_default_nanomaterial_prediction_model
prediction_model = Model::NanoPrediction.create
- p prediction_model
[:endpoint,:species,:source].each do |p|
refute_empty prediction_model[p]
end