aboutsummaryrefslogtreecommitdiff
path: root/tests/behavior.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-02-20 11:42:51 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-02-20 11:42:51 +0100
commit28b1f4f14dffc5dcd5152ce931f6c50b17c134db (patch)
treed76bb54c460fee03555f9dfb23c46de0ac19a5c2 /tests/behavior.rs
parent4aa31ba8b5d9ac17a0d969f0b02eb9d317591667 (diff)
downloadaerogramme-28b1f4f14dffc5dcd5152ce931f6c50b17c134db.tar.gz
aerogramme-28b1f4f14dffc5dcd5152ce931f6c50b17c134db.zip
Unsollicited responses on APPEND
Diffstat (limited to 'tests/behavior.rs')
-rw-r--r--tests/behavior.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/behavior.rs b/tests/behavior.rs
index 7fdd553..13baf0e 100644
--- a/tests/behavior.rs
+++ b/tests/behavior.rs
@@ -225,7 +225,7 @@ fn rfc4551_imapext_condstore() {
FetchKind::Rfc822Size,
FetchMod::ChangedSince(2),
)?;
- assert!(fetch_res.contains("* 1 FETCH (RFC822.SIZE 84 MODSEQ (3))"));
+ assert!(fetch_res.contains("* 1 FETCH (RFC822.SIZE 81 MODSEQ (3))"));
assert!(!fetch_res.contains("* 2 FETCH"));
assert_eq!(store_res.lines().count(), 2);