cucumber no future in tokio main
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m4s Details

This commit is contained in:
Christoph J. Scherr 2024-01-25 09:20:34 +01:00
parent d4d742d8b4
commit ffe10e1791
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 1 deletions

View File

@ -136,5 +136,5 @@ async fn they_are_not_about_the_same(world: &mut NumWorld) {
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {
futures::executor::block_on(NumWorld::run("tests/features/book/revsqrt.feature")); NumWorld::run("tests/features/book/revsqrt.feature").await;
} }