fmt
All checks were successful
CI / Check / Test (push) Successful in 38m10s

This commit is contained in:
2026-06-11 14:44:53 +02:00
parent 8ac87a3735
commit 20ac0d3adf

View File

@@ -81,9 +81,7 @@ async fn refresh_with_new_token_works() {
.await
.unwrap();
let second = refresh::execute(&ctx, &first.refresh_token)
.await
.unwrap();
let second = refresh::execute(&ctx, &first.refresh_token).await.unwrap();
assert!(!second.token.is_empty());
assert_ne!(second.refresh_token, first.refresh_token);