summaryrefslogtreecommitdiffstats
path: root/api4/command_help_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/command_help_test.go')
-rw-r--r--api4/command_help_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/api4/command_help_test.go b/api4/command_help_test.go
index cb0f1b634..5178370e5 100644
--- a/api4/command_help_test.go
+++ b/api4/command_help_test.go
@@ -4,9 +4,10 @@
package api4
import (
+ "testing"
+
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
- "testing"
)
func TestHelpCommand(t *testing.T) {