Skip to content

Commit

Permalink
test: use pretty_assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 30, 2023
1 parent 0e60649 commit 9d90414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shell_quoted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ impl ShellQuoted {
#[cfg(test)]
mod tests {
use super::*;
use pretty_assertions::assert_eq;

#[test]
fn test_from_command_and_args() {
Expand Down

0 comments on commit 9d90414

Please sign in to comment.