summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul A. Patience <62469505+paulapatience@users.noreply.github.com>2020-03-22 07:43:16 -0400
committerGitHub <noreply@github.com>2020-03-22 07:43:16 -0400
commit20deae6497820587ee523a72b6326356016994a6 (patch)
tree21ad26b9439166d5dfcc4985c18fc7c2e98eefd9 /tests
parent655e33219a671dab4432c6f29785244870cc74f6 (diff)
tests: fix typo in test name
PR #1528
Diffstat (limited to 'tests')
-rw-r--r--tests/misc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc.rs b/tests/misc.rs
index 3f8c3ea9..16792a2b 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();
});