diff --git a/test/resolvers/MutationResolverTests.test.ts b/test/resolvers/MutationResolverTests.test.ts index 4d52985..199b1c4 100644 --- a/test/resolvers/MutationResolverTests.test.ts +++ b/test/resolvers/MutationResolverTests.test.ts @@ -9,7 +9,7 @@ describe("MutationResolvers", () => { }); - it("ensures that notifications when the ETA changes", async () => { + it("ensures that notifications fire when the ETA changes to below threshold", async () => { }); });