mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-10 23:03:11 +00:00
Fix test after switching to pretty JSON output
This commit is contained in:
parent
867a9ac31a
commit
7a4ed41b27
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ mod cli {
|
|||
|
||||
let expected = r##"{"total":11,"successful":11,"failures":0,"timeouts":0,"redirects":0,"excludes":0,"errors":0,"fail_map":{}}"##;
|
||||
let output = fs::read_to_string(&outfile)?;
|
||||
assert_eq!(output, expected);
|
||||
assert_eq!(output.split_whitespace().collect::<String>(), expected);
|
||||
fs::remove_file(outfile)?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue