1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

more refactoring

This commit is contained in:
Jesse Duffield
2021-12-30 13:35:10 +11:00
parent 5b35724243
commit 66e840bc3f
16 changed files with 140 additions and 98 deletions

View File

@ -10,6 +10,8 @@ import (
"github.com/stretchr/testify/assert"
)
// for use in testing
type FakeCmdObjRunner struct {
t *testing.T
expectedCmds []func(ICmdObj) (string, error)