From 790b352900b631df2c2faa9acd2470c4af4a5c1b Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Tue, 24 May 2022 14:49:06 +0300 Subject: [PATCH] Tweak test name Co-authored-by: Mikko Aspiala Signed-off-by: Janne Savolainen --- src/common/utils/with-error-logging/with-error-logging.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();