X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f3e23f6eb2bd571a39486773f0f10d65a2398a1..3e985f3ab9a7ed476539e7fd841d6b95186edca8:/test/unit/diary_comment_test.rb diff --git a/test/unit/diary_comment_test.rb b/test/unit/diary_comment_test.rb index 8c03d6a36..e6d7a71b4 100644 --- a/test/unit/diary_comment_test.rb +++ b/test/unit/diary_comment_test.rb @@ -5,7 +5,6 @@ class DiaryCommentTest < ActiveSupport::TestCase fixtures :diary_comments def test_diary_comment_count - assert_equal 1, DiaryComment.count + assert_equal 4, DiaryComment.count end - end