Skip to content

Commit

Permalink
cleanup and add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 18, 2024
1 parent 2722be7 commit 47df51d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/lib/tests/drop-in-async-context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ mod main {

#[test]
fn test_execute_directly() {
rocket::execute(async {
rocket::execute(super::rocket().launch()).unwrap();
});
rocket::execute(super::rocket().launch()).unwrap();
}
}

0 comments on commit 47df51d

Please sign in to comment.