diff --git a/etherlink-marketpulse/test/Marketpulse.ts b/etherlink-marketpulse/test/Marketpulse.ts index 2be8be6..b0638ba 100644 --- a/etherlink-marketpulse/test/Marketpulse.ts +++ b/etherlink-marketpulse/test/Marketpulse.ts @@ -239,8 +239,8 @@ describe("Marketpulse", function () { { gasPrice: 0n } ); } catch (e) { - expect((e as ContractFunctionExecutionError).details).equals( - "VM Exception while processing transaction: reverted with reason string 'Result is already given and bets are resolved : \x00'" + expect((e as ContractFunctionExecutionError).details).contains( + "VM Exception while processing transaction: reverted with reason string 'Result is already given and bets are resolved" ); } });