Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunKoyalwar committed Oct 27, 2023
1 parent b4a94dc commit d6561ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/testutils/testutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ func (m *MockOutputWriter) WriteFailure(wrappedEvent *output.InternalWrappedEven
MatcherStatus: false,
Timestamp: time.Now(),
}
m.Write(data)
return nil
return m.Write(data)
}

func (m *MockOutputWriter) WriteStoreDebugData(host, templateID, eventType string, data string) {}
Expand Down

0 comments on commit d6561ea

Please sign in to comment.