mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix another ordering failure
This commit is contained in:
parent
ca48da6300
commit
842d55cb16
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ class BasicsTest < ActiveRecord::TestCase
|
|||
end
|
||||
|
||||
def test_update_counter
|
||||
category = Category.first
|
||||
category = categories(:general)
|
||||
assert_nil category.categorizations_count
|
||||
assert_equal 2, category.categorizations.count
|
||||
|
||||
|
|
Loading…
Reference in a new issue