add test cases for getShuttlesBySystemIzd

This commit is contained in:
2025-01-07 20:47:26 -08:00
parent 0a7b6ab510
commit 77c2d88ba2

View File

@@ -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 () => {
});
})