diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-03-02 13:39:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 13:39:56 +0100 |
commit | faf2e802724be9d493dad232759b76e7253feab0 (patch) | |
tree | 50be81b16f237ef7d366ba29f816906488a5bb88 /cli/tests/integration_tests.rs | |
parent | badc88b78a623d66ae86157d44a438c14dd7616a (diff) |
chore: upgrade crates (#9632)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index d07fe1b22..022bd5572 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1473,7 +1473,7 @@ mod integration { assert!(std::str::from_utf8(&output.stdout) .unwrap() .trim() - .ends_with("f1\nf2")); + .ends_with("f2\nf1")); assert_eq!(output.stderr, b""); } |