summaryrefslogtreecommitdiffstats
path: root/api/command_help_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_help_test.go')
-rw-r--r--api/command_help_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/command_help_test.go b/api/command_help_test.go
index 8ce9dec6c..5f47a5101 100644
--- a/api/command_help_test.go
+++ b/api/command_help_test.go
@@ -6,8 +6,8 @@ package api
import (
"testing"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestHelpCommand(t *testing.T) {