mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-23 21:21:20 -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;
|
||||
});
|
||||
|
||||
test("Can go offline while resolving disputes", async () => {
|
||||
test("Can go offline while resolving disputes (CI)", async () => {
|
||||
let traders: HavenoClient[] = [];
|
||||
let ctx: TradeContext = {};
|
||||
let err: any;
|
||||
|
Loading…
Reference in New Issue
Block a user