Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Oct 15, 2024
1 parent e348c4b commit dec2e78
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/models/test_ontology_submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dec2e78

Please sign in to comment.