Skip to content

Commit

Permalink
Async test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Sep 9, 2024
1 parent 49beb68 commit f6e299b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn setup_app() -> App<'static> {
app
}

#[test]
fn run_app_with_no_args() {
#[tokio::test]
async fn run_app_with_no_args() {
let _app = setup_app();
}

0 comments on commit f6e299b

Please sign in to comment.