mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
Cleanup: remove unnecessary keypress
Seems to be a copy/paste error from another test.
This commit is contained in:
parent
b57be9ebe4
commit
19a4454599
|
|
@ -67,7 +67,6 @@ var DeleteLocalAndRemote = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
Confirm()
|
||||
}).
|
||||
IsEmpty().
|
||||
Press(keys.Universal.New).
|
||||
Tap(func() {
|
||||
t.Shell().AssertRemoteTagNotFound("origin", "new-tag")
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue