Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 17, 2021
1 parent 6f9b37c commit 8761ac5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main_test.rs
Expand Up @@ -29,7 +29,7 @@ mod get_binaries {
#[test]
fn should_execute_successfully() {
let res = get_binaries().unwrap();
expect!(res).to(be_equal_to(vec!["cargo-bin", "petname", "semver-parser"]));
expect!(res).to(be_equal_to(vec!["cargo-cmd", "cargo-llvm-cov", "petname"]));
}
}

Expand Down

0 comments on commit 8761ac5

Please sign in to comment.