diff --git a/test/models/test_ontology_submission.rb b/test/models/test_ontology_submission.rb index d3908458..581de2db 100644 --- a/test/models/test_ontology_submission.rb +++ b/test/models/test_ontology_submission.rb @@ -232,15 +232,7 @@ def test_obo_part_of #strict comparison to be sure the merge with the tree_view branch goes fine LinkedData::Models::Class.where.in(sub).include(:prefLabel,:synonym,:notation).each do |cls| - - - # binding.pry unless cls.prefLabel - - assert_instance_of String, cls.prefLabel - - - - + assert_instance_of String,cls.prefLabel if cls.notation.nil? assert false,"notation empty" end