Skip to content

Commit

Permalink
Update ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/j…
Browse files Browse the repository at this point in the history
…sonrpc/internal/methods/engine/EngineNewPayloadV2Test.java

Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
  • Loading branch information
Gabriel-Trintinalia and macfarla authored Aug 25, 2023
1 parent f6cbd22 commit d6b464f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void shouldValidateExcessBlobGasCorrectly() {

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

Expand Down

0 comments on commit d6b464f

Please sign in to comment.