mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
better namespacing for assertions
This commit is contained in:
@ -14,7 +14,7 @@ var ConfirmOnQuit = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
},
|
||||
SetupRepo: func(shell *Shell) {},
|
||||
Run: func(shell *Shell, input *Input, assert *Assert, keys config.KeybindingConfig) {
|
||||
assert.CommitCount(0)
|
||||
assert.Model().CommitCount(0)
|
||||
|
||||
input.Press(keys.Universal.Quit)
|
||||
input.Confirmation().
|
||||
|
Reference in New Issue
Block a user