Skip to content

Commit

Permalink
docs: Tweak docstring regarding duplicate service ids
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Sep 20, 2023
1 parent c97b2d4 commit e847951
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/gtfs/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,10 @@ def test_unmatched_service_id_behaviour(self, gtfs_fixture):
Notes
-----
'gtfs-kit' does not care about invalid service IDs in the calendar #
'gtfs-kit' does not care about unmatched service IDs in the calendar
table. The Calendar table can have data with any service_id as long as
the datatypes are correct.
This is can be seen in this unit tests as the test is testing this
functionality.
the datatypes are string. However, gtfs_kit will state an error if the
calendar table contains duplicate service_ids.
"""
feed = gtfs_fixture.feed
Expand Down

0 comments on commit e847951

Please sign in to comment.