Skip to content

Commit

Permalink
test: fix broken formatting
Browse files Browse the repository at this point in the history
Not sure how this happened. Zed maybe?
  • Loading branch information
PurpleBooth committed Jan 11, 2025
1 parent 43216f9 commit eacafb5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ fn sets_the_expiry_time() {

assert!(
actual_expire_time < sec61min,
"Expected less than { sec
", {} found,POCH E UNIX since onds},
actual_expire
"Expected less than {}, found {}",
sec61min,
actual_expire_time
);
assert!(
actual_expire_time > sec59min,
Expand Down

0 comments on commit eacafb5

Please sign in to comment.