mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-24 05:31:23 -05:00
add offline dispute resolution to CI tests
This commit is contained in:
parent
83d2a9123d
commit
2cfee9d1b1
@ -1357,7 +1357,7 @@ test("Can go offline while completing a trade (CI, sanity check)", async () => {
|
|||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Can go offline while resolving disputes", async () => {
|
test("Can go offline while resolving disputes (CI)", async () => {
|
||||||
let traders: HavenoClient[] = [];
|
let traders: HavenoClient[] = [];
|
||||||
let ctx: TradeContext = {};
|
let ctx: TradeContext = {};
|
||||||
let err: any;
|
let err: any;
|
||||||
|
Loading…
Reference in New Issue
Block a user