From 9d90414a033e6e5d5f3591acb11eb83fd8808838 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 1 Dec 2023 01:45:44 +0700 Subject: [PATCH] test: use pretty_assertions --- src/shell_quoted.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell_quoted.rs b/src/shell_quoted.rs index 4a8ee31..a5ad57e 100644 --- a/src/shell_quoted.rs +++ b/src/shell_quoted.rs @@ -50,6 +50,7 @@ impl ShellQuoted { #[cfg(test)] mod tests { use super::*; + use pretty_assertions::assert_eq; #[test] fn test_from_command_and_args() {