mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-25 07:10:41 -04:00
add offline dispute resolution to CI tests
This commit is contained in:
parent
83d2a9123d
commit
2cfee9d1b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue