We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a00fe commit 626f2feCopy full SHA for 626f2fe
tests/integration.rs
@@ -20,7 +20,7 @@ fn integration_test() {
20
let st = Command::new("git")
21
.args(&["clone", "--depth=1", &repo_url, repo_dir.to_str().unwrap()])
22
.status()
23
- .expect("unstable to run git");
+ .expect("unable to run git");
24
assert!(st.success());
25
26
let root_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));
0 commit comments