mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-28 08:37:07 -04:00
update test name
This commit is contained in:
parent
7e76e83884
commit
5ec93f53a1
1 changed files with 1 additions and 1 deletions
|
@ -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[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue