Skip to content

Commit

Permalink
add the missing Class in the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
syhwawa committed May 18, 2023
1 parent 8b5f4ce commit d050c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_2_event_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
StopPassengerCounts, StopToStopPassengerCounts,
VehicleStopToStopPassengerCounts, VehicleDepartureLog,
VehicleLinkLog, RoutePassengerCounts, AgentTollsLog,
VehicleLinksAnimate)
VehiclePassengerLog, VehicleLinksAnimate)


# paths in config files etc. assume we're in the repo's root, so make sure we always are
Expand Down Expand Up @@ -98,6 +98,7 @@ def test_class_requirements(test_config):
VehicleLinkLog: ['events', 'transit_schedule', 'vehicles'],
RoutePassengerCounts: ['events', 'network', 'transit_schedule', 'attributes', 'vehicles'],
AgentTollsLog: ['events', 'attributes', 'vehicles'],
VehiclePassengerLog: ['events', 'transit_schedule', 'vehicles'],
VehicleLinksAnimate: ['events', 'transit_schedule', 'network', 'vehicles']
}

Expand Down

0 comments on commit d050c22

Please sign in to comment.