aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_thread.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2019-11-26 08:05:49 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2019-11-26 08:05:49 +0100
commit2231a5cf6cdeb90c1cdb75d161a0063d4a385576 (patch)
tree2bb81ea4169fd4e811304482e461e1adb1343238 /tests/test_thread.rs
parent63635360cd25e95bfa2c52c09592e19e656e3d66 (diff)
downloadmail-2231a5cf6cdeb90c1cdb75d161a0063d4a385576.tar.gz
add tests for query
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() {