Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Jun 27, 2024
1 parent ebb0a48 commit e138cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/smoke-test/src/fullnode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async fn test_internal_indexer_with_fast_sync() {
.wait_for_all_nodes_to_catchup(Duration::from_secs(60))
.await
.unwrap();
let node = swarm.full_node_mut(peer_id).unwrap();
let node = swarm.full_node(peer_id).unwrap();
let node_config = node.config().to_owned();
node.stop().await.unwrap();
check_indexer_db(&node_config);
Expand Down

0 comments on commit e138cfb

Please sign in to comment.