diff --git a/notmuch/src/lib.rs b/notmuch/src/lib.rs index 230a3ae..e22489d 100644 --- a/notmuch/src/lib.rs +++ b/notmuch/src/lib.rs @@ -611,7 +611,7 @@ mod tests { let nm = Notmuch::with_config("testdata/notmuch.config"); nm.new()?; let c = nm.count("*")?; - assert_eq!(c, 13); + assert_eq!(c, 14); Ok(()) }