Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Aug 25, 2023
1 parent 17aa721 commit 9484ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void shouldReturnInvalidIf_excessBlobGas_NotNull() {

final JsonRpcError jsonRpcError = fromErrorResp(resp);
assertThat(jsonRpcError.getCode()).isEqualTo(INVALID_PARAMS.getCode());
assertThat(jsonRpcError.getData()).isEqualTo("non-nil BlobGasUsed pre-cancun");
assertThat(jsonRpcError.getData()).isEqualTo("non-nil ExcessBlobGas pre-cancun");
verify(engineCallListener, times(1)).executionEngineCalled();
}

Expand Down

0 comments on commit 9484ba3

Please sign in to comment.