Fix test
This commit is contained in:
parent
1a86204561
commit
321eca38e2
@ -608,7 +608,7 @@ mod tests {
|
||||
fn search() -> Result<(), NotmuchError> {
|
||||
let nm = Notmuch::with_config("testdata/notmuch.config");
|
||||
nm.new()?;
|
||||
let res = nm.search("goof")?;
|
||||
let res = nm.search("goof", 0, 100)?;
|
||||
assert_eq!(res.0.len(), 1);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user