diff --git a/test/repositories/ApiBasedRepositoryTests.test.ts b/test/repositories/ApiBasedRepositoryTests.test.ts index 8511959..05b0faf 100644 --- a/test/repositories/ApiBasedRepositoryTests.test.ts +++ b/test/repositories/ApiBasedRepositoryTests.test.ts @@ -510,3 +510,12 @@ describe("getShuttleById", () => { }); }); +describe("getShuttlesBySystemId", () => { + test("getShuttlesBySystemId returns old data if not expired", async () => { + + }); + + test("getShuttlesBySystemId returns fresh data if expired", async () => { + + }); +})