Skip to content

Commit

Permalink
Merge pull request #122 from MobilityData/fix/fix-test-merge-gtfs
Browse files Browse the repository at this point in the history
Fix failing test `test_merge_gtfs_feed`
  • Loading branch information
Indraneel Purohit authored Oct 5, 2023
2 parents ce11352 + 8d075bc commit 57c7959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def test_bounding_box_disjoint(latitudes, longitudes, method, expected_found, te
def test_merge_gtfs_feed(test_database):
results = {
feed.id: feed
for feed in FeedsApiImpl().get_gtfs_feeds(None, None, None, None, None, None, None, None, None, None, None)
for feed in FeedsApiImpl().get_gtfs_feeds(
None, None, None, None, None, None, None, None, None, None, None, None
)
if feed.id in TEST_GTFS_FEED_STABLE_IDS
}
assert len(results) == len(TEST_GTFS_FEED_STABLE_IDS)
Expand Down

0 comments on commit 57c7959

Please sign in to comment.