diff --git a/tests/commands_test.rs b/tests/commands_test.rs index 649fe482b0..2f982cd66d 100644 --- a/tests/commands_test.rs +++ b/tests/commands_test.rs @@ -32,7 +32,7 @@ fn open_can_parse_bson_1() { "open sample.bson | nth 3 | get b | get '$javascript' | echo $it" ); - assert_eq!(output, "let x = y"); + assert_eq!(h::normalize_string(&output), "\"let x = y\""); } #[test]