notmuch: correct test.

This commit is contained in:
Bill Thiede 2022-11-13 15:42:51 -08:00
parent 4f9bc9ef9d
commit 1d8ac7f23a

View File

@ -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(())
}