Skip to content

Commit

Permalink
fix expected error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Sep 19, 2024
1 parent 5580522 commit 9b5483b
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 @@ -309,9 +309,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:/);
});
});

Expand Down

0 comments on commit 9b5483b

Please sign in to comment.