Skip to content

Commit

Permalink
fix client test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszurkan-optimizely committed Nov 22, 2019
1 parent c78808d commit d5e12c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/fixtures_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type MockEventProcessor struct {
}

func (m *MockEventProcessor) ProcessEvent(event event.UserEvent) bool {
m.Called(userEvent)
m.Called(event)
return false
}

Expand Down

0 comments on commit d5e12c9

Please sign in to comment.