Skip to content

Commit b41c51e

Browse files
committed
Fix tests
1 parent d282861 commit b41c51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gtfsrt2lc.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ test('Cover Gtfsrt2LC functions', async () => {
591591
const mustPhone = grt.resolveScheduleRelationship(0, 2);
592592
const mustCoordinate = grt.resolveScheduleRelationship(0, 3);
593593
// Test for getting headers
594-
const headers = grt.headers();
594+
const headers = grt.headers;
595595

596596
expect(notAvailable).toBe('gtfs:NotAvailable');
597597
expect(mustPhone).toBe('gtfs:MustPhone');

0 commit comments

Comments
 (0)