Skip to content

Commit 253522c

Browse files
committed
Fix tests
1 parent 1e2d388 commit 253522c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/car/conditional_restrictions.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Feature: Car - Turn restrictions
677677
# https://www.openstreetmap.org/#map=18/38.91099/-77.00888
678678
@no_turning @conditionals
679679
Scenario: Car - DC North capitol situation, two on one off
680-
Given the extract extra arguments "--parse-conditional-restrictions=1"
680+
Given the extract extra arguments "--parse-conditional-restrictions"
681681
# 9pm Wed 02 May, 2017 UTC, 5pm EDT
682682
Given the contract extra arguments "--time-zone-file=test/data/tz/{timezone_names}/dc.geojson --parse-conditionals-from-now=1493845200"
683683
Given the customize extra arguments "--time-zone-file=test/data/tz/{timezone_names}/dc.geojson --parse-conditionals-from-now=1493845200"
@@ -724,7 +724,7 @@ Feature: Car - Turn restrictions
724724

725725
@no_turning @conditionals
726726
Scenario: Car - DC North capitol situation, one on two off
727-
Given the extract extra arguments "--parse-conditional-restrictions=1"
727+
Given the extract extra arguments "--parse-conditional-restrictions"
728728
# 10:30am utc, wed, 6:30am est
729729
Given the contract extra arguments "--time-zone-file=test/data/tz/{timezone_names}/dc.geojson --parse-conditionals-from-now=1493807400"
730730
Given the customize extra arguments "--time-zone-file=test/data/tz/{timezone_names}/dc.geojson --parse-conditionals-from-now=1493807400"
@@ -848,7 +848,7 @@ Feature: Car - Turn restrictions
848848

849849
@only_turning @conditionals
850850
Scenario: Car - Somewhere in London, the UK, GMT timezone
851-
Given the extract extra arguments "--parse-conditional-restrictions=1"
851+
Given the extract extra arguments "--parse-conditional-restrictions"
852852
# 9am UTC, 10am BST
853853
Given the contract extra arguments "--time-zone-file=test/data/tz/{timezone_names}/london.geojson --parse-conditionals-from-now=1493802000"
854854
Given the customize extra arguments "--time-zone-file=test/data/tz/{timezone_names}/london.geojson --parse-conditionals-from-now=1493802000"

0 commit comments

Comments
 (0)