MCPcopy Create free account
hub / github.com/base/base / test_client

Function test_client

crates/consensus/engine/src/task_queue/tasks/insert/task.rs:393–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391 }
392
393 fn test_client() -> Arc<crate::test_utils::MockEngineClient> {
394 Arc::new(
395 test_engine_client_builder()
396 .with_new_payload_v2_response(valid_payload_status())
397 .with_fork_choice_updated_v3_response(valid_forkchoice_updated())
398 .build(),
399 )
400 }
401
402 #[tokio::test]
403 async fn bedrock_payload_uses_new_payload_v2_with_no_withdrawals() {

Calls 6

valid_payload_statusFunction · 0.70
valid_forkchoice_updatedFunction · 0.70
buildMethod · 0.45

Tested by

no test coverage detected