Skip to content

Commit

Permalink
fix: Fixed tests by removing fields that are not present in nearcore …
Browse files Browse the repository at this point in the history
…response anymore (#1198)
  • Loading branch information
andy-haynes authored Oct 31, 2023
1 parent b5dcd8a commit 7cc6f7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/accounts/test/providers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ test('json rpc query view_state', withProvider(async (provider) => {
block_height: expect.any(Number),
block_hash: expect.any(String),
values: [
{ key: 'bmFtZQ==', value: 'aGVsbG8=', proof: [] }
],
proof: []
{ key: 'bmFtZQ==', value: 'aGVsbG8=' }
]
});
});
}));
Expand Down

0 comments on commit 7cc6f7f

Please sign in to comment.