Skip to content

Commit

Permalink
fix(mattermost): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kissken committed May 13, 2024
1 parent 1dffedd commit aa6c814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion senders/mattermost/sender_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package mattermost

import (
"testing"

logging "github.com/moira-alert/moira/logging/zerolog_adapter"
. "github.com/smartystreets/goconvey/convey"
"testing"
)

func TestInit(t *testing.T) {
Expand Down

0 comments on commit aa6c814

Please sign in to comment.