mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-12-25 23:39:38 -05:00
update test name
This commit is contained in:
parent
7e76e83884
commit
5ec93f53a1
@ -782,7 +782,7 @@ test("Can get balances (CI, sanity check)", async () => {
|
|||||||
expect(BigInt(balances.getReservedTradeBalance())).toBeGreaterThanOrEqual(0);
|
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
|
// add notification listener
|
||||||
const notifications: NotificationMessage[] = [];
|
const notifications: NotificationMessage[] = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user