Skip to content

Commit

Permalink
Fix cargo check
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed Mar 28, 2023
1 parent 7db4f40 commit 321b88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration-tests/src/utils/node_proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl TestNodeProcessBuilder {
let (genesis, runtime_version, metadata) =
TestNodeProcessBuilder::fetch_cache_data(rpc_client).await?;

*cache = Some((*genesis, runtime_version.clone(), metadata.clone()));
*cache = Some((genesis, runtime_version.clone(), metadata.clone()));

Ok((genesis, runtime_version, metadata))
}
Expand Down

0 comments on commit 321b88a

Please sign in to comment.