1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
This commit is contained in:
Cristian Betivu
2023-08-19 19:12:36 +03:00
parent 382ecb6bfe
commit 7a4a0c85c4
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ func TestGetRepoPathsAux(t *testing.T) {
},
Path: "/path/to/repo/my/submodule1",
Expected: nil,
Err: errors.New("failed to get repo git dir path: could not find git dir for /path/to/repo/my/submodule1: path is not under `worktrees` or `modules` directories"),
Err: errors.New("failed to get repo git dir path: could not find git dir for /path/to/repo/my/submodule1: the path '/random/submodule1' is not under `worktrees` or `modules` directories"),
},
}