]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/node_tag_test.rb
Merge remote-tracking branch 'openstreetmap/pull/1349'
[rails.git] / test / models / node_tag_test.rb
index 49e91844a758240ddf144a78d6eeef62213e57fa..0196b6fefb59af25955d0ca7bf5e99979e758aa8 100644 (file)
@@ -1,10 +1,10 @@
-require 'test_helper'
+require "test_helper"
 
 class NodeTagTest < ActiveSupport::TestCase
   api_fixtures
 
   def test_tag_count
-    assert_equal 12, NodeTag.count
+    assert_equal 13, NodeTag.count
     node_tag_count(:visible_node, 1)
     node_tag_count(:invisible_node, 1)
     node_tag_count(:used_node_1, 1)