Skip to content

Commit

Permalink
Update names_controller_test.rb
Browse files Browse the repository at this point in the history
QueryRecord expects, test_show_name
  • Loading branch information
nimmolo committed Feb 4, 2025
1 parent b17c6be commit 3595cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/controllers/names_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ def test_show_name
assert_template("show")
# Needs new queries this time.
# (? Up from 7 to 9 - AN 20240107) (? Now 11 - AN 20241217)
assert_equal(11, QueryRecord.count)
# Back to 9, AN 20250203
assert_equal(9, QueryRecord.count)

# Agarcius: has children taxa.
get(:show, params: { id: names(:agaricus).id })
Expand Down

0 comments on commit 3595cbd

Please sign in to comment.