Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Dec 4, 2023
1 parent 33c068d commit b9b5fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/test/e2e/get_proof.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe(`${getSystemTestBackend()} tests - getProof`, () => {
expect(result).toEqual(expectedProof);
}
else if(block === 'pending') {
expect(result).toMatchObject<AccountObject>({
expect(result).toMatchObject({
balance: expect.any(BigInt),
codeHash: expect.any(String),
nonce: expect.any(BigInt),
Expand Down

0 comments on commit b9b5fe0

Please sign in to comment.