Skip to content

Commit

Permalink
fix ServiceExt
Browse files Browse the repository at this point in the history
  • Loading branch information
PonponJuice committed Oct 31, 2024
1 parent 9411655 commit ddc87bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/get_user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::borrow::BorrowMut;
use axum::{body::Body, http::Request};
use http_body_util::BodyExt;
use serde_json::Value;
use tower::ServiceExt;
use tower::util::ServiceExt;
use trao_judge_backend::{make_router, Repository};

#[sqlx::test(fixtures("common"))]
Expand Down

0 comments on commit ddc87bb

Please sign in to comment.