Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli.rs b/tests/test_cli.rs
index d167b3e..0e093b4 100644
--- a/tests/test_cli.rs
+++ b/tests/test_cli.rs
@@ -58,5 +58,5 @@ fn test_it_exports_resident_streams() {
cmd.assert().success();
- assert_eq!(fs::read_dir(d.path()).unwrap().count(), 1108)
+ assert_eq!(fs::read_dir(d.path()).unwrap().count(), 2146)
}