Skip to content

Commit d6833f2

Browse files
committed
clippy fix
1 parent a861dea commit d6833f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/smart-contracts/offchain/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ async fn governance_action_can_be_initiated_by_non_governance() {
407407
run_assemble_and_sign(tx_to_sign, &[GOVERNANCE_AUTHORITY_KEY], &client).await;
408408
}
409409

410-
async fn initialize<'a>(container: &ContainerAsync<GenericImage>) -> OgmiosClients {
410+
async fn initialize(container: &ContainerAsync<GenericImage>) -> OgmiosClients {
411411
let ogmios_port = container.get_host_port_ipv4(1337).await.unwrap();
412412
println!("Ogmios port: {}", ogmios_port);
413413

0 commit comments

Comments
 (0)