This commit is contained in:
Reilly Wood 2024-06-15 16:05:07 -07:00
parent a90b1169a4
commit d719f5347a

View File

@ -54,7 +54,7 @@ fn in_and_if_else() -> TestResult {
#[test]
fn help_works_with_missing_requirements() -> TestResult {
run_test(r#"each --help | lines | length"#, "72")
run_test(r#"each --help | lines | length"#, "70")
}
#[test]