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