Skip to content

Commit

Permalink
Make test name match behaviour
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Adolfsson <[email protected]>
  • Loading branch information
jsdw and niklasad1 authored Nov 15, 2024
1 parent fbde7ed commit 374cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration-tests/src/full_client/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ async fn partial_fee_estimate_correct() {
}

#[subxt_test(timeout = 120)]
async fn legacy_and_unstable_block_subscription_reconnect() {
async fn chainhead_block_subscription_reconnect() {
let ctx = test_context_reconnecting_rpc_client().await;
let api = ctx.chainhead_backend().await;
let chainhead_client_blocks = move |num: usize| {
Expand Down

0 comments on commit 374cbe0

Please sign in to comment.