aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a55524..4e39a66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,6 @@ imap-types = { git = "https://github.com/duesee/imap-codec", branch = "v2" }
imap-codec = { git = "https://github.com/duesee/imap-codec", branch = "v2" }
[[test]]
-name = "imap_features"
-path = "tests/imap_features.rs"
+name = "rfc3501_imap4rev1_base"
+path = "tests/rfc3501_imap4rev1_base.rs"
harness = false