]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/way_test.rb
Update to iD v1.3.2
[rails.git] / test / unit / way_test.rb
index ca5b751763e6cbe5deb5ea8bb9b0fb54616ef014..d2a447e408aad5e3db4ae8a3339d05bfe9546c5f 100644 (file)
@@ -6,7 +6,7 @@ class WayTest < ActiveSupport::TestCase
   # Check that we have the correct number of currnet ways in the db
   # This will need to updated whenever the current_ways.yml is updated
   def test_db_count
   # Check that we have the correct number of currnet ways in the db
   # This will need to updated whenever the current_ways.yml is updated
   def test_db_count
-    assert_equal 5, Way.count
+    assert_equal 6, Way.count
   end
   
   def test_bbox
   end
   
   def test_bbox