]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/way_node_test.rb
More work on moving styles out of line and extending RTL support
[rails.git] / test / unit / way_node_test.rb
index edb6558fab11889fde983cf4ad96524415346de5..608d5c5aeafc0592fd9d2218d467d6fa86809c42 100644 (file)
@@ -4,7 +4,7 @@ class WayNodeTest < ActiveSupport::TestCase
   api_fixtures
   
   def test_way_nodes_count
-    assert_equal 4, WayNode.count
+    assert_equal 6, WayNode.count
   end
   
 end