1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-13 01:30:53 +02:00

fix: delete duplicate line

This commit is contained in:
Andrew Hynes
2022-11-12 18:10:34 -03:30
parent d7fb441a3c
commit 7977c2deb5

View File

@ -45,7 +45,6 @@ var tests = []*components.IntegrationTest{
stash.Rename, stash.Rename,
stash.Stash, stash.Stash,
stash.StashIncludingUntrackedFiles, stash.StashIncludingUntrackedFiles,
stash.Stash,
} }
func GetTests() []*components.IntegrationTest { func GetTests() []*components.IntegrationTest {