X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c3e2e6462f293596aef5d5de18b0a173edc046c7..dc2a2c8ebd1a11e4a64555fda22c6859a51defff:/test/models/changeset_comment_test.rb diff --git a/test/models/changeset_comment_test.rb b/test/models/changeset_comment_test.rb index c13fde8e2..2e09bb884 100644 --- a/test/models/changeset_comment_test.rb +++ b/test/models/changeset_comment_test.rb @@ -1,4 +1,4 @@ -require 'test_helper' +require "test_helper" class ChangesetCommentTest < ActiveSupport::TestCase fixtures :changesets, :changeset_comments @@ -10,7 +10,7 @@ class ChangesetCommentTest < ActiveSupport::TestCase # validations def test_does_not_accept_invalid_author comment = changeset_comments(:normal_comment_1) - + comment.author = nil assert !comment.valid?