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