summaryrefslogtreecommitdiffstats
path: root/api/channel_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/channel_test.go')
-rw-r--r--api/channel_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/channel_test.go b/api/channel_test.go
index 8a0ec7c62..692905e8b 100644
--- a/api/channel_test.go
+++ b/api/channel_test.go
@@ -9,9 +9,9 @@ import (
"testing"
"time"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/store"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/store"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestCreateChannel(t *testing.T) {