mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add test cases for updateEtasForSystemIfTTL
This commit is contained in:
@@ -340,4 +340,15 @@ describe("getEtasForStopId", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe("updateEtasForSystemIfTTL", () => {
|
||||||
|
test("updateEtasForSystemIfTTL does nothing if data is not TTL", async () => {
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
test("updateEtasForSystemIfTTL updates all ETA data if data is TTL", async () => {
|
||||||
|
// For this one, stub out getStopsBySystemId to return mock data
|
||||||
|
|
||||||
|
|
||||||
|
})
|
||||||
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user