mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
tests: remove a leftover removal of a checkout in a revset test
The test setup no longer attaches a workspace to the repo, so there's also no need remove it.
This commit is contained in:
parent
80aeae48b5
commit
3c787459dc
1 changed files with 0 additions and 1 deletions
|
@ -250,7 +250,6 @@ fn test_resolve_symbol_checkout(use_git: bool) {
|
|||
|
||||
let ws1 = WorkspaceId::new("ws1".to_string());
|
||||
let ws2 = WorkspaceId::new("ws2".to_string());
|
||||
mut_repo.remove_checkout(&WorkspaceId::default());
|
||||
|
||||
// With no workspaces, no variation can be resolved
|
||||
assert_eq!(
|
||||
|
|
Loading…
Reference in a new issue