Skip to content

Commit

Permalink
fix scope_stress test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 4, 2024
1 parent fbcd760 commit d2c34b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbopack/crates/turbo-tasks-testing/tests/scope_stress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ async fn rectangle_stress() -> Result<()> {
}
})
.try_join()
.await
.await?;
Ok(())
})
.await
}
Expand Down

0 comments on commit d2c34b6

Please sign in to comment.