update test name

This commit is contained in:
woodser 2022-12-29 11:20:57 +00:00
parent 7e76e83884
commit 5ec93f53a1

View File

@ -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[] = [];