diff --git a/cmd/crates/soroban-test/tests/it/integration/hello_world.rs b/cmd/crates/soroban-test/tests/it/integration/hello_world.rs index 63c580bef8..0a378ef528 100644 --- a/cmd/crates/soroban-test/tests/it/integration/hello_world.rs +++ b/cmd/crates/soroban-test/tests/it/integration/hello_world.rs @@ -271,7 +271,7 @@ async fn contract_data_read() { } #[tokio::test] -pub fn half_max_instructions(){ +async fn half_max_instructions() { let sandbox = TestEnv::new(); let wasm = HELLO_WORLD; sandbox