Skip to content

Commit 626f2fe

Browse files
flip1995mati865
andauthored
Fix typo
Co-Authored-By: Mateusz Mikuła <[email protected]>
1 parent 34a00fe commit 626f2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn integration_test() {
2020
let st = Command::new("git")
2121
.args(&["clone", "--depth=1", &repo_url, repo_dir.to_str().unwrap()])
2222
.status()
23-
.expect("unstable to run git");
23+
.expect("unable to run git");
2424
assert!(st.success());
2525

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

0 commit comments

Comments
 (0)