aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib.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/lib.rs
parent63635360cd25e95bfa2c52c09592e19e656e3d66 (diff)
downloadmail-2231a5cf6cdeb90c1cdb75d161a0063d4a385576.tar.gz
add tests for query
Diffstat (limited to 'tests/lib.rs')
-rw-r--r--tests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index e7ee0bc..44ec82f 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -8,6 +8,7 @@ extern crate lettre_email;
mod fixtures;
mod test_database;
+mod test_query;
mod test_thread;
mod test_message;
mod test_tags;