1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-27 12:32:37 +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.Stash,
stash.StashIncludingUntrackedFiles,
stash.Stash,
}
func GetTests() []*components.IntegrationTest {