Skip to content

Commit

Permalink
fix: revert 'b306c537f50f1456b969d1c4d16f9e5c4b7a9b36' changes around…
Browse files Browse the repository at this point in the history
… proofs
  • Loading branch information
denbite committed Feb 6, 2024
1 parent b306c53 commit 2815f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/accounts/test/providers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ describe('providers', () => {
expect(response).toEqual({
block_height: expect.any(Number),
block_hash: expect.any(String),
proof: expect.any(Array),
values: [
{ key: 'bmFtZQ==', value: 'aGVsbG8=' }
{ key: 'bmFtZQ==', proof: expect.any(Array), value: 'aGVsbG8=' }
]
});
});
Expand Down

0 comments on commit 2815f1e

Please sign in to comment.