summaryrefslogtreecommitdiffstats
path: root/app/command_channel_header_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_channel_header_test.go')
-rw-r--r--app/command_channel_header_test.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/command_channel_header_test.go b/app/command_channel_header_test.go
index 21735e044..99f3b0cc3 100644
--- a/app/command_channel_header_test.go
+++ b/app/command_channel_header_test.go
@@ -1,10 +1,14 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
package app
import (
"testing"
- "github.com/mattermost/mattermost-server/model"
"github.com/stretchr/testify/assert"
+
+ "github.com/mattermost/mattermost-server/model"
)
func TestHeaderProviderDoCommand(t *testing.T) {