mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
better namespacing for assertions
This commit is contained in:
@ -27,7 +27,7 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
assert *Assert,
|
||||
keys config.KeybindingConfig,
|
||||
) {
|
||||
assert.WorkingTreeFileCount(0)
|
||||
assert.Model().WorkingTreeFileCount(0)
|
||||
|
||||
input.Press("a")
|
||||
|
||||
|
Reference in New Issue
Block a user