From 9b5483b1b845098401a21198551e6169f101adac Mon Sep 17 00:00:00 2001 From: Julian Compagni Portis Date: Thu, 19 Sep 2024 15:30:34 -0400 Subject: [PATCH] fix expected error --- src/testcases/run_in_band/dex_grpc.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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:/); }); });