Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Jul 7, 2022
1 parent d282861 commit b41c51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtfsrt2lc.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ test('Cover Gtfsrt2LC functions', async () => {
const mustPhone = grt.resolveScheduleRelationship(0, 2);
const mustCoordinate = grt.resolveScheduleRelationship(0, 3);
// Test for getting headers
const headers = grt.headers();
const headers = grt.headers;

expect(notAvailable).toBe('gtfs:NotAvailable');
expect(mustPhone).toBe('gtfs:MustPhone');
Expand Down

0 comments on commit b41c51e

Please sign in to comment.