Skip to content

Commit

Permalink
Add comment explaining test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCohen committed Aug 2, 2024
1 parent 63460d4 commit dc9c61c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/models/inat_obs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def test_complex_public_obs
assert_equal("research", mock_inat_obs.inat_quality_grade)
assert_equal("Somion unicolor", mock_inat_obs.inat_taxon_name)
assert_equal("jdcohenesq", mock_inat_obs.inat_user_login)
# Inocutis dryophila suggested once
# then Somion unicolor suggested twice
assert_equal(3, mock_inat_obs.inat_identifications.size)
end
# rubocop:enable Style/NumericLiterals
Expand Down

0 comments on commit dc9c61c

Please sign in to comment.