Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etherlink-marketpulse/test/Marketpulse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}
});
Expand Down