Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
a2849226ce | |||
a6c26a9213 | |||
5ea2ff445a |
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -737,7 +737,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "toolkit"
|
||||
version = "0.1.10"
|
||||
version = "0.1.14"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"eyre",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "toolkit"
|
||||
description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt"
|
||||
version = "0.1.10"
|
||||
version = "0.1.14"
|
||||
edition = "2021"
|
||||
license-file = "LICENSE"
|
||||
authors = ["Kasper J. Hermansen contact@kjuulh.io"]
|
||||
|
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user