Skip to content

Commit

Permalink
fixed missing function call argumnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Oct 28, 2024
1 parent 4e890fc commit aa6299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/engine/calendar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestViewCalendar(t *testing.T) {
}{
{
name: "error filtering with client",
user: GetMockUser(nil, model.NewString(MockMMModelUserID), MockMMUserID), nil,
user: GetMockUser(nil, model.NewString(MockMMModelUserID), MockMMUserID, nil),
setupMock: func() {
mockStore.EXPECT().LoadUser(MockMMUserID).Return(nil, errors.New("error loading the user")).Times(1)
},
Expand Down

0 comments on commit aa6299c

Please sign in to comment.