summaryrefslogtreecommitdiffstats
path: root/api/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_test.go')
-rw-r--r--api/command_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/command_test.go b/api/command_test.go
index 0d575d702..8837ff8e7 100644
--- a/api/command_test.go
+++ b/api/command_test.go
@@ -8,8 +8,8 @@ import (
"testing"
"time"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestListCommands(t *testing.T) {