Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed Nov 8, 2023
1 parent 6d0f9a0 commit 5ed9066
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tests/clients.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,15 @@ async fn delete_client_with_session() {
.await
.unwrap();

let session =
Session::create_client_session(&user, &client,None, &config(), &db)
.await
.unwrap();
let session = Session::create_client_session(
&user,
&client,
None,
&config(),
&db,
)
.await
.unwrap();

let delete = http_client
.delete(format!("/clients/{}", &client.id))
Expand Down

0 comments on commit 5ed9066

Please sign in to comment.