Skip to content

Commit 3e2baf7

Browse files
committed
multi
1 parent 7893215 commit 3e2baf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/extractors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ mod tests {
148148
use axum::{Router, routing::get};
149149
use http::StatusCode;
150150

151-
#[tokio::test(flavor = "multi_thread")]
151+
#[tokio::test]
152152
async fn test_path_file_ext() -> anyhow::Result<()> {
153153
let app = Router::new()
154154
.route(

0 commit comments

Comments
 (0)