mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
fix incorrect value in test
This commit is contained in:
@@ -212,7 +212,7 @@ describe("getEtaForShuttleAndStopId", () => {
|
|||||||
stopId: "177666",
|
stopId: "177666",
|
||||||
};
|
};
|
||||||
|
|
||||||
expect(result?.secondsRemaining).toEqual("5577");
|
expect(result?.secondsRemaining).toEqual(587);
|
||||||
expect(result?.millisecondsSinceEpoch).toBeDefined();
|
expect(result?.millisecondsSinceEpoch).toBeDefined();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user