From dec2e789e808e5edea18ca015ee487ddbe02f288 Mon Sep 17 00:00:00 2001 From: mdorf Date: Mon, 14 Oct 2024 22:07:15 -0700 Subject: [PATCH] formatting --- test/models/test_ontology_submission.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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