Skip to content

Commit 7224237

Browse files
authored
Merge pull request #355 from neutron-org/feat/cancel_inactive_LO
FEAT: Allow cancel inactive limit orders
2 parents f3c3819 + 8d24af9 commit 7224237

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/testcases/run_in_band/dex_grpc.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,7 @@ describe('Neutron / dex module (grpc contract)', () => {
310310
tranche_key: activeTrancheKey,
311311
},
312312
}),
313-
).rejects.toThrowError(
314-
/No active limit found. It does not exist or has already been filled/,
315-
);
313+
).rejects.toThrowError(/Limit order tranche not found:/);
316314
});
317315
});
318316
describe('MultiHopSwap', () => {

0 commit comments

Comments
 (0)