From 39fce1191f655542a920461afae5aa4208af1878 Mon Sep 17 00:00:00 2001 From: Patrick Meredith Date: Wed, 4 Sep 2019 13:38:17 -0400 Subject: [PATCH] Fix typo --- tests/commands_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands_test.rs b/tests/commands_test.rs index 0b0e848723..4e66aa7ab3 100644 --- a/tests/commands_test.rs +++ b/tests/commands_test.rs @@ -67,7 +67,7 @@ fn save_can_write_out_csv() { }) } -// This text is more tricky since we are checking for binary output. The output rendered in ASCII is (roughly): +// This test is more tricky since we are checking for binary output. The output rendered in ASCII is (roughly): // �authors+0Yehuda Katz descriptionA shell for the GitHub eraedition2018licenseISCnamenuversion0.2.0 // It is not valid utf-8, so this is just an approximation. #[test]