summaryrefslogtreecommitdiffstats
path: root/app/command_mute_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_mute_test.go')
-rw-r--r--app/command_mute_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/command_mute_test.go b/app/command_mute_test.go
index 9f82c48cc..18ced3ddf 100644
--- a/app/command_mute_test.go
+++ b/app/command_mute_test.go
@@ -4,11 +4,12 @@
package app
import (
+ "testing"
+ "time"
+
"github.com/mattermost/mattermost-server/model"
"github.com/nicksnyder/go-i18n/i18n"
"github.com/stretchr/testify/assert"
- "testing"
- "time"
)
func TestMuteCommandNoChannel(t *testing.T) {