Skip to content

Commit 323e584

Browse files
committed
Fix tests
1 parent 063dc20 commit 323e584

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

features/car/access.feature

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,13 @@ Feature: Car - Restricted access
308308

309309
Scenario: Car - Conditional restrictions
310310
Then routability should be
311-
| highway | motor_vehicle:conditional | bothw |
312-
| primary | | x |
313-
| primary | no @ 2002 Jan 7 - 2002 Feb 8 | |
314-
| primary | no @ 2002 Jan 07 - 2002 Feb 08 | |
315-
| primary | no @ 2020 Jan 7 - 2050 Feb 8 | x |
316-
| primary | no @ foo - bar | x |
317-
| primary | foo | x |
311+
| highway | motor_vehicle | motor_vehicle:conditional | bothw |
312+
| primary | yes | | x |
313+
| primary | yes | no @ 2002 Jan 7 - 2002 Feb 8 | x |
314+
| primary | yes | no @ 2002 Jan 07 - 2002 Feb 08 | x |
315+
| primary | yes | no @ 2090 Jan 7 - 2100 Feb 8 | x |
316+
| primary | yes | no @ 2020 Jan 7 - 2050 Feb 8 | |
317+
| primary | yes | no @ 2020 Jan 07 - 2050 Feb 08 | |
318+
| primary | yes | no @ (2020 Jan 7 - 2050 Feb 8) | |
319+
| primary | yes | no @ foo - bar | x |
320+
| primary | yes | foo | x |

0 commit comments

Comments
 (0)