Skip to content

Commit

Permalink
Improving tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed May 14, 2024
1 parent bfad987 commit 591f970
Show file tree
Hide file tree
Showing 2 changed files with 717 additions and 274 deletions.
2 changes: 2 additions & 0 deletions pallets/funding/src/instantiator/async_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ pub async fn async_finish_funding<

let notify = Arc::new(Notify::new());
block_orchestrator.add_awaiting_project(update_block + 1u32.into(), notify.clone()).await;
drop(inst);
notify.notified().await;
Ok(())
}

Expand Down
Loading

0 comments on commit 591f970

Please sign in to comment.