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:
Diffstat (limited to 'src/mft.rs')
-rw-r--r--src/mft.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mft.rs b/src/mft.rs
index 7cf3b0b..4cb2c91 100644
--- a/src/mft.rs
+++ b/src/mft.rs
@@ -180,6 +180,8 @@ mod tests {
count += 1;
}
}
+
+ assert!(count > 0)
}
#[test]