Skip to content

Commit

Permalink
we added more headers to test, so update expected count
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 22, 2022
1 parent 6fa4c72 commit db5a68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_safenames.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn safenames() {
assert_eq!(got, expected);

let changed_headers = wrk.output_stderr(&mut cmd);
let expected_count = "5\n";
let expected_count = "7\n";
assert_eq!(changed_headers, expected_count);
}

Expand Down

0 comments on commit db5a68b

Please sign in to comment.