Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a committed Jul 6, 2021
1 parent 716e1bf commit 98ecc0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/eventstore/v1/spooler/spooler_test.go
Expand Up @@ -42,6 +42,10 @@ func (h *testHandler) ViewModel() string {
return h.viewModel
}

func (h *testHandler) Subscription() *v1.Subscription {
return nil
}

func (h *testHandler) EventQuery() (*models.SearchQuery, error) {
if h.queryError != nil {
return nil, h.queryError
Expand Down

0 comments on commit 98ecc0d

Please sign in to comment.