Skip to content

Commit

Permalink
fix: test case modify
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod authored and GrapeBaBa committed Apr 11, 2024
1 parent 686e5d0 commit 5c04b41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void testRpcServerStart() throws Exception {

ObjectMapper mapper = new ObjectMapper();
JsonRpcRequest jsonRpcRequest = new JsonRpcRequest(
"2.0", RpcMethod.OP_OUTPUT_AT_BLOCK.getRpcMethodName(), new Object[] {"7900000"});
"2.0", RpcMethod.OP_OUTPUT_AT_BLOCK.getRpcMethodName(), new Object[] {"0x788B60"});
jsonRpcRequest.setId(new JsonRpcRequestId("1"));
var postBody = mapper.writeValueAsBytes(jsonRpcRequest);
RequestBody requestBody = RequestBody.create(postBody, MediaType.get("application/json"));
Expand Down

0 comments on commit 5c04b41

Please sign in to comment.