Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Nov 25, 2024
1 parent 08ee5c2 commit ba8c727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright/fixtures/mockContractReadResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const fixture: TestFixture<MockContractReadResponseFixture, { page: Page }> = as
args,
}),
to: address,
value: params?.value,
};

if (_isEqual(params, callParams) && id) {
Expand Down

0 comments on commit ba8c727

Please sign in to comment.