Skip to content

Commit

Permalink
fix: linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 9, 2023
1 parent 53c21cc commit 6c8893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mandrill_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
type mockMandrillInterface struct{}

// MessageSend is for mocking
func (m *mockMandrillInterface) MessageSend(message gochimp.Message, async bool) ([]gochimp.SendResponse, error) {
func (m *mockMandrillInterface) MessageSend(message gochimp.Message, _ bool) ([]gochimp.SendResponse, error) {

// todo: is async (bool) needed?

Expand Down

0 comments on commit 6c8893f

Please sign in to comment.