1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Tweak test name

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-05-24 14:49:06 +03:00
parent 8fc922407f
commit 790b352900
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

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