1 parent 409aab1 commit 0e06a64Copy full SHA for 0e06a64
1 file changed
cmd/use_test.go
@@ -14,6 +14,9 @@ func TestUse(t *testing.T) {
14
is := is.New(t)
15
16
cfg := &storageMock{
17
+ LenFunc: func() int {
18
+ return 1
19
+ },
20
LookupFunc: func(name string) ([]config.Entry, bool) {
21
return []config.Entry{
22
{Key: "user.email", Value: "work@example.com"},
0 commit comments