1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

create actions struct

This commit is contained in:
Jesse Duffield
2022-12-28 10:54:38 +11:00
parent a27092a7ad
commit 7aa843c75a
3 changed files with 22 additions and 12 deletions

View File

@ -61,7 +61,7 @@ var One = NewIntegrationTest(NewIntegrationTestArgs{
Contains("commit 01"),
).
Tap(func() {
t.ContinueRebase()
t.Actions().ContinueRebase()
}).
Lines(
Contains("commit 02"),