Skip to content

Commit

Permalink
fix(task_db): add await to test call
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jul 1, 2024
1 parent a1697e5 commit 76cf83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task_manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ mod test {
prover: "test".to_string(),
block_number: 1
})
.await
.unwrap()
.len(),
1
Expand Down

0 comments on commit 76cf83d

Please sign in to comment.