mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add tests for getShuttleById
This commit is contained in:
@@ -331,3 +331,17 @@ describe("updateEtasForSystemIfTTL", () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe("getShuttleById", () => {
|
||||
test("getShuttleById returns null if unseeded cache", async () => {
|
||||
|
||||
});
|
||||
|
||||
test("getShuttleById returns old data if not expired", async () => {
|
||||
|
||||
});
|
||||
|
||||
test("getShuttleById returns fresh data if expired", async () => {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user