From 1a07baf5f20e3a4d4e3824ed6a33973335cb3c75 Mon Sep 17 00:00:00 2001 From: Aaron Kollasch Date: Wed, 2 Nov 2022 16:20:16 -0400 Subject: [PATCH] Update tests/integration_tests.rs Co-authored-by: David Peter --- tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 05980591..e1a97dc8 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -892,7 +892,7 @@ fn config_read_arguments_from_file() { .stdout(predicate::eq("dummy-pager-from-config\n").normalize()); } -// ignore this test for now as cargo cache --clear only targets the default projects dir +// ignore this test for now as bat cache --clear only targets the default projects dir #[cfg(unix)] #[test] #[ignore]