notmuch: correct test.
This commit is contained in:
parent
4f9bc9ef9d
commit
1d8ac7f23a
@ -611,7 +611,7 @@ mod tests {
|
|||||||
let nm = Notmuch::with_config("testdata/notmuch.config");
|
let nm = Notmuch::with_config("testdata/notmuch.config");
|
||||||
nm.new()?;
|
nm.new()?;
|
||||||
let c = nm.count("*")?;
|
let c = nm.count("*")?;
|
||||||
assert_eq!(c, 13);
|
assert_eq!(c, 14);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user