Skip to content

Commit

Permalink
Increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Nov 25, 2022
1 parent 1f0df8e commit ae8685b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/gtfsrt2lc.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ test('Cover GtfsIndex functions', async () => {
try {
await gti.getIndexes();
} catch (err) { }

try {
await gti.download('http://google.com');
} catch (err) { }
});

test('Cover Utils functions', async () => {
Expand Down

0 comments on commit ae8685b

Please sign in to comment.