]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/api/traces_controller_test.rb
Fix some new rubocop warnings
[rails.git] / test / controllers / api / traces_controller_test.rb
index ea8476453512f7e0adcc0481378a7285d2c82f52..c2ddb6031f6742274d49854530ef1fdd369a22d0 100644 (file)
@@ -307,7 +307,7 @@ module Api
 
       updated = Trace.find(trace.id)
       # Ensure there's only one tag in the database after updating
-      assert_equal Tracetag.count, 1
+      assert_equal(1, Tracetag.count)
       # The new tag object might have a different id, so check the string representation
       assert_equal trace.tagstring, updated.tagstring
     end