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