Skip to content

Commit

Permalink
Fixing more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Jun 21, 2024
1 parent ac25550 commit c06d146
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public void newPayloadV4_shouldBuildRequestAndResponseSuccessfully() {
final Map<String, Object> executionPayloadV4Parameter =
(Map<String, Object>) ((List<Object>) requestData.get("params")).get(0);
// 19 fields in ExecutionPayloadV4
assertThat(executionPayloadV4Parameter).hasSize(19);
assertThat(executionPayloadV4Parameter).hasSize(20);
// sanity check
assertThat(executionPayloadV4Parameter.get("parentHash"))
.isEqualTo(executionPayloadV4.parentHash.toHexString());
Expand Down

0 comments on commit c06d146

Please sign in to comment.