summaryrefslogtreecommitdiffstats
path: root/api4/channel_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/channel_test.go')
-rw-r--r--api4/channel_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api4/channel_test.go b/api4/channel_test.go
index 4a200571f..57b760178 100644
--- a/api4/channel_test.go
+++ b/api4/channel_test.go
@@ -11,9 +11,9 @@ import (
"strconv"
"testing"
- "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) {