Skip to content

Commit

Permalink
fix formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Oct 18, 2024
1 parent 1b6675a commit 1f6d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-bin/src/formatters/response/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mod tests {
#[test]
fn test_format_status() {
let status = Status::Ok(StatusCode::OK);
assert_eq!(ColorFormatter::format_status(&status).trim_start(), "[200]");
assert_eq!(ColorFormatter::format_status(&status), " [200]");
}

#[test]
Expand Down

0 comments on commit 1f6d395

Please sign in to comment.