]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/note_test.rb
Fix new rubocop warnings
[rails.git] / test / models / note_test.rb
index 369ff10832d66ff2febdfea93915add5c55b6823..2010fe20204047f4a4f78eaea9387ba5ff8fc762 100644 (file)
@@ -14,7 +14,7 @@ class NoteTest < ActiveSupport::TestCase
     bad.each do |status|
       note = create(:note)
       note.status = status
-      assert !note.valid?, "#{status} is valid when it shouldn't be"
+      assert_not note.valid?, "#{status} is valid when it shouldn't be"
     end
   end