X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f3e23f6eb2bd571a39486773f0f10d65a2398a1..e84ed734aae9eea6f970f203bd28d8f698588b97:/test/unit/diary_comment_test.rb?ds=sidebyside diff --git a/test/unit/diary_comment_test.rb b/test/unit/diary_comment_test.rb index 8c03d6a36..e4ac3d422 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 3, DiaryComment.count end - end