mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-24 05:03:08 +00:00
test_git_colocated: remove an unnecessary git import
The whole file is about the colocated case, where we automatically import and export on every command, so there should be no reason to call `git import` here.
This commit is contained in:
parent
1bab9db28e
commit
ea576a8327
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ fn test_git_colocated() {
|
|||
// Create a commit from jj and check that it's reflected in git
|
||||
std::fs::write(workspace_root.join("new-file"), "contents").unwrap();
|
||||
test_env.jj_cmd_success(&workspace_root, &["close", "-m", "add a file"]);
|
||||
test_env.jj_cmd_success(&workspace_root, &["git", "import"]);
|
||||
let stdout =
|
||||
test_env.jj_cmd_success(&workspace_root, &["log", "-T", "commit_id \" \" branches"]);
|
||||
insta::assert_snapshot!(stdout, @r###"
|
||||
|
|
Loading…
Reference in a new issue