Skip to content

Commit

Permalink
Merge pull request #355 from neutron-org/feat/cancel_inactive_LO
Browse files Browse the repository at this point in the history
FEAT: Allow cancel inactive limit orders
  • Loading branch information
pr0n00gler authored Oct 11, 2024
2 parents f3c3819 + 8d24af9 commit 7224237
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/testcases/run_in_band/dex_grpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ describe('Neutron / dex module (grpc contract)', () => {
tranche_key: activeTrancheKey,
},
}),
).rejects.toThrowError(
/No active limit found. It does not exist or has already been filled/,
);
).rejects.toThrowError(/Limit order tranche not found:/);
});
});
describe('MultiHopSwap', () => {
Expand Down

0 comments on commit 7224237

Please sign in to comment.