We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a861dea commit d6833f2Copy full SHA for d6833f2
toolkit/smart-contracts/offchain/tests/integration_tests.rs
@@ -407,7 +407,7 @@ async fn governance_action_can_be_initiated_by_non_governance() {
407
run_assemble_and_sign(tx_to_sign, &[GOVERNANCE_AUTHORITY_KEY], &client).await;
408
}
409
410
-async fn initialize<'a>(container: &ContainerAsync<GenericImage>) -> OgmiosClients {
+async fn initialize(container: &ContainerAsync<GenericImage>) -> OgmiosClients {
411
let ogmios_port = container.get_host_port_ipv4(1337).await.unwrap();
412
println!("Ogmios port: {}", ogmios_port);
413
0 commit comments