From eacafb5b30107ea18ffab8e94389fb7c589996bf Mon Sep 17 00:00:00 2001 From: Billie Thompson Date: Sat, 11 Jan 2025 13:47:02 +0100 Subject: [PATCH] test: fix broken formatting Not sure how this happened. Zed maybe? --- .../src/mit/cmd/set_commit_authors_test.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mit-commit-message-lints/src/mit/cmd/set_commit_authors_test.rs b/mit-commit-message-lints/src/mit/cmd/set_commit_authors_test.rs index 1374717a..ac586e37 100644 --- a/mit-commit-message-lints/src/mit/cmd/set_commit_authors_test.rs +++ b/mit-commit-message-lints/src/mit/cmd/set_commit_authors_test.rs @@ -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,