Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
  • Loading branch information
flip1995 and mati865 authored Mar 14, 2020
1 parent 34a00fe commit 626f2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn integration_test() {
let st = Command::new("git")
.args(&["clone", "--depth=1", &repo_url, repo_dir.to_str().unwrap()])
.status()
.expect("unstable to run git");
.expect("unable to run git");
assert!(st.success());

let root_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));
Expand Down

0 comments on commit 626f2fe

Please sign in to comment.