summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/user_test.go')
-rw-r--r--api/user_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/user_test.go b/api/user_test.go
index e28de57df..44ee1bfb0 100644
--- a/api/user_test.go
+++ b/api/user_test.go
@@ -16,10 +16,10 @@ import (
"testing"
"time"
- "github.com/mattermost/platform/app"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/store"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/app"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/store"
+ "github.com/mattermost/mattermost-server/utils"
)
func TestCreateUser(t *testing.T) {