aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_thread.rs')
-rw-r--r--tests/test_thread.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_thread.rs b/tests/test_thread.rs
index 0909082..89f1ea0 100644
--- a/tests/test_thread.rs
+++ b/tests/test_thread.rs
@@ -40,12 +40,6 @@ fn test_threadid() {
assert!(!thread.thread.id().is_empty());
}
-#[test]
-fn test_len() {
- let thread = ThreadFixture::new();
-
- assert_eq!(thread.thread.total_messages(), 2);
-}
#[test]
fn test_toplevel() {