summaryrefslogtreecommitdiffstats
path: root/api/team_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/team_test.go')
-rw-r--r--api/team_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/team_test.go b/api/team_test.go
index 58b471f72..d230651c6 100644
--- a/api/team_test.go
+++ b/api/team_test.go
@@ -6,9 +6,9 @@ package api
import (
"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 TestCreateTeam(t *testing.T) {