diff --git a/src/common/utils/with-error-logging/with-error-logging.test.ts b/src/common/utils/with-error-logging/with-error-logging.test.ts index 0319dadf7f..cc4348f3bf 100644 --- a/src/common/utils/with-error-logging/with-error-logging.test.ts +++ b/src/common/utils/with-error-logging/with-error-logging.test.ts @@ -204,7 +204,7 @@ describe("with-error-logging", () => { expect(loggerStub.error).not.toHaveBeenCalled(); }); - it("resolves with the value", async () => { + it("resolves without value", async () => { const returnValue = await returnValuePromise; expect(returnValue).toBeUndefined();