Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jun 14, 2024
1 parent d647df8 commit 26f1302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/time-entry/report/today/today_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func TestCmdToday(t *testing.T) {
f.On("GetUserID").Return("user-id", nil)
f.On("GetWorkspaceID").Return("w-id", nil)

f.On("Config").Return(mocks.NewMockConfig(t))
f.On("Config").Return(&mocks.SimpleConfig{})

c := mocks.NewMockClient(t)
f.On("Client").Return(c, nil)
Expand Down

0 comments on commit 26f1302

Please sign in to comment.