From 20deae6497820587ee523a72b6326356016994a6 Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" <62469505+paulapatience@users.noreply.github.com> Date: Sun, 22 Mar 2020 07:43:16 -0400 Subject: [PATCH] tests: fix typo in test name PR #1528 --- tests/misc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc.rs b/tests/misc.rs index 3f8c3ea..16792a2 100644 --- a/tests/misc.rs +++ b/tests/misc.rs @@ -511,7 +511,7 @@ rgtest!(context_line_numbers, |dir: Dir, mut cmd: TestCommand| { eqnice!(expected, cmd.stdout()); }); -rgtest!(max_filesize_parse_errro_length, |_: Dir, mut cmd: TestCommand| { +rgtest!(max_filesize_parse_error_length, |_: Dir, mut cmd: TestCommand| { cmd.arg("--max-filesize").arg("44444444444444444444"); cmd.assert_non_empty_stderr(); });