From 5ec93f53a12ee72c9c1ca0f290cb2c64d3468e56 Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 29 Dec 2022 11:20:57 +0000 Subject: [PATCH] update test name --- src/HavenoClient.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index f062dcb8..4ff3aadc 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -782,7 +782,7 @@ test("Can get balances (CI, sanity check)", async () => { expect(BigInt(balances.getReservedTradeBalance())).toBeGreaterThanOrEqual(0); }); -test("Can receive push notifications (CI, sanity check)", async () => { +test("Can send and receive push notifications (CI, sanity check)", async () => { // add notification listener const notifications: NotificationMessage[] = [];