From 392547ffa4826633d50b5f230c9bf20d141aa7d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 21 Jul 2021 23:47:16 +1200 Subject: [PATCH] Fix typo --- lib/src/shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/shell.rs b/lib/src/shell.rs index 4566681..299a323 100644 --- a/lib/src/shell.rs +++ b/lib/src/shell.rs @@ -172,7 +172,7 @@ mod test { .to_command(&["echo".into(), "hi".into()]) .group_status()? .success()); - Ok(())(&["echo".into(), "hi".into()], &[], Shell::Cmd, false); + Ok(()) } #[test]