add offline dispute resolution to CI tests

This commit is contained in:
woodser 2023-01-24 14:26:51 -05:00
parent 83d2a9123d
commit 2cfee9d1b1

View File

@ -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;