Skip to content

Commit

Permalink
fix another ordering failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Aug 26, 2008
1 parent ca48da6 commit 842d55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/base_test.rb
Expand Up @@ -616,7 +616,7 @@ def test_decrement_counter
end

def test_update_counter
category = Category.first
category = categories(:general)
assert_nil category.categorizations_count
assert_equal 2, category.categorizations.count

Expand Down

0 comments on commit 842d55c

Please sign in to comment.