Skip to content

Commit

Permalink
Merge pull request #360 from neutron-org/fix/dex_bindings_lo
Browse files Browse the repository at this point in the history
fix dex bindings LO tests
  • Loading branch information
pr0n00gler authored Oct 12, 2024
2 parents 7224237 + 6b087b1 commit 42a5483
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/testcases/run_in_band/dex_bindings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ describe('Neutron / dex module bindings', () => {
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:/);
});
});

Expand Down

0 comments on commit 42a5483

Please sign in to comment.