chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -27,7 +27,10 @@ fn expected_regex() -> Regex {
|
||||
#[test]
|
||||
fn version_is_full() {
|
||||
let expected = expected_regex();
|
||||
let output = Command::new(cargo_bin("bizinikiwi-node")).args(&["--version"]).output().unwrap();
|
||||
let output = Command::new(cargo_bin("bizinikiwi-node"))
|
||||
.args(&["--version"])
|
||||
.output()
|
||||
.unwrap();
|
||||
|
||||
assert!(output.status.success(), "command returned with non-success exit code");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user