Skip to content

Commit

Permalink
fix: [#1231] lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Feb 4, 2025
1 parent 3e02b48 commit 3d89c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tracker-core/src/authentication/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ mod tests {
}

#[tokio::test]
async fn it_should_not_authenticate_a_registered_but_expired_key_when_the_tracker_is_explicitly_configured_to_check_keys_expiration() {
async fn it_should_not_authenticate_a_registered_but_expired_key_when_the_tracker_is_explicitly_configured_to_check_keys_expiration(
) {
let config = Core {
private: true,
private_mode: Some(PrivateMode {
Expand Down

0 comments on commit 3d89c7f

Please sign in to comment.