diff --git a/src/testcases/run_in_band/dex_grpc.test.ts b/src/testcases/run_in_band/dex_grpc.test.ts index 4d5c3d5b..c0753938 100644 --- a/src/testcases/run_in_band/dex_grpc.test.ts +++ b/src/testcases/run_in_band/dex_grpc.test.ts @@ -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:/); }); });