Skip to content

Commit

Permalink
fix: make async fn
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 27, 2024
1 parent d6f1cb6 commit 90ba3b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90ba3b4

Please sign in to comment.