Skip to content

Commit

Permalink
test: fix test mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Jun 21, 2024
1 parent 232d940 commit d011116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/test/providers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ global.TextEncoder = TextEncoder;

expect(response).toMatchObject({
block_hash: expect.any(String),
changes: expect.any(Array)
changes: expect.arrayContaining([])
});
});

Expand Down

0 comments on commit d011116

Please sign in to comment.