Skip to content

Commit

Permalink
add integration test for stopPositionInPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Nov 8, 2024
1 parent b7d0dbe commit bb653bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"scheduledArrival" : 39600,
"scheduledDeparture" : 39600,
"stopPosition" : 10,
"stopPositionInPattern" : 0,
"realtimeState" : "SCHEDULED",
"pickupType" : "SCHEDULED",
"dropoffType" : "SCHEDULED"
Expand All @@ -30,6 +31,7 @@
"scheduledArrival" : 39900,
"scheduledDeparture" : 39900,
"stopPosition" : 20,
"stopPositionInPattern" : 1,
"realtimeState" : "SCHEDULED",
"pickupType" : "SCHEDULED",
"dropoffType" : "SCHEDULED"
Expand All @@ -43,6 +45,7 @@
"scheduledArrival" : 40200,
"scheduledDeparture" : 40200,
"stopPosition" : 30,
"stopPositionInPattern" : 2,
"realtimeState" : "SCHEDULED",
"pickupType" : "SCHEDULED",
"dropoffType" : "SCHEDULED"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
scheduledArrival
scheduledDeparture
stopPosition
stopPositionInPattern
realtimeState
pickupType
dropoffType
Expand Down

0 comments on commit bb653bc

Please sign in to comment.