Skip to content

Commit 5c04b41

Browse files
thinkAfCodGrapeBaBa
authored andcommitted
fix: test case modify
1 parent 686e5d0 commit 5c04b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hildr-node/src/test/java/io/optimism/rpc/RpcServerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void testRpcServerStart() throws Exception {
7171

7272
ObjectMapper mapper = new ObjectMapper();
7373
JsonRpcRequest jsonRpcRequest = new JsonRpcRequest(
74-
"2.0", RpcMethod.OP_OUTPUT_AT_BLOCK.getRpcMethodName(), new Object[] {"7900000"});
74+
"2.0", RpcMethod.OP_OUTPUT_AT_BLOCK.getRpcMethodName(), new Object[] {"0x788B60"});
7575
jsonRpcRequest.setId(new JsonRpcRequestId("1"));
7676
var postBody = mapper.writeValueAsBytes(jsonRpcRequest);
7777
RequestBody requestBody = RequestBody.create(postBody, MediaType.get("application/json"));

0 commit comments

Comments
 (0)