X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b095b59d5e0ee805e49980af80b21bd1acff1345..df6469c76b4d1f069a0831335a68e23ea1ebe0b1:/test/models/redaction_test.rb diff --git a/test/models/redaction_test.rb b/test/models/redaction_test.rb index 61b64f211..b30c80c66 100644 --- a/test/models/redaction_test.rb +++ b/test/models/redaction_test.rb @@ -1,5 +1,5 @@ -require 'test_helper' -require 'osm' +require "test_helper" +require "osm" class RedactionTest < ActiveSupport::TestCase api_fixtures @@ -32,5 +32,4 @@ class RedactionTest < ActiveSupport::TestCase end assert_equal(true, n.redacted?, "Expected node to be redacted after redact! call.") end - end