mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02:00
Fix deleting submodule where name and path are different
This commit is contained in:
@@ -45,9 +45,6 @@ var Remove = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains("- url = ../other_repo"),
|
||||
)
|
||||
|
||||
/* EXPECTED:
|
||||
t.FileSystem().PathNotPresent(gitDirSubmodulePath)
|
||||
ACTUAL: */
|
||||
t.FileSystem().PathPresent(gitDirSubmodulePath)
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user