Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsSR committed Nov 27, 2023
1 parent 65d3c4d commit 3110aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/database/in_use_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ mod database_tests {

#[tokio::test]
async fn get_all_test() {
let (in_use_context, _in_use, session, model, user) = seed_db().await;
let (in_use_context, _in_use, session, model, _user) = seed_db().await;

let in_uses = create_in_uses(1, model.id, session.id);

Expand Down

0 comments on commit 3110aea

Please sign in to comment.