Compare commits
3 Commits
bb25b4d382
...
e5775458f7
| Author | SHA1 | Date | |
|---|---|---|---|
|
e5775458f7
|
|||
|
2ecdbe3af9
|
|||
|
8e01d435b1
|
@@ -410,7 +410,9 @@ mod tests {
|
||||
assert!(executor.is_err());
|
||||
|
||||
let valid_dir = assert_fs::TempDir::new().unwrap();
|
||||
init_jj_repo(valid_dir.path()).await.expect("Failed to init jj repo");
|
||||
init_jj_repo(valid_dir.path())
|
||||
.await
|
||||
.expect("Failed to init jj repo");
|
||||
let executor = JjLib::with_working_dir(valid_dir.path()).await.unwrap();
|
||||
let result = executor
|
||||
.describe("this-bookmark-does-not-exist", "test: should fail")
|
||||
|
||||
Reference in New Issue
Block a user