Skip to content

Commit

Permalink
check for stop and not intermediate because it can be blocked/not
Browse files Browse the repository at this point in the history
available atm.
  • Loading branch information
jens-maus committed Nov 22, 2023
1 parent 0a66ebf commit 0a6fd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dvbjs/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe("dvb.route", () => {
})
})
}
getStopsFromTripByID(data, "33000016").forEach((filteredTripByID) => {
getStopsFromTripByID(data, "33000037").forEach((filteredTripByID) => {
assert.isNotEmpty(filteredTripByID);
});
assert.isNotEmpty(data);
Expand Down

0 comments on commit 0a6fd35

Please sign in to comment.