fix tests

This commit is contained in:
Kasper Juul Hermansen 2023-01-12 07:28:29 +01:00
parent 819e5d23bb
commit 5ea2ff445a
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -235,7 +235,7 @@ mod tests {
backend.expect_present_prs().times(1).returning(|_| Ok(()));
let review = Review::new(std::sync::Arc::new(backend));
let res = review.run(None, None);
let res = review.run(None, &None);
assert_err::<ReviewErrors, _>(res)
}