summaryrefslogtreecommitdiffstats
path: root/app/import_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/import_test.go')
-rw-r--r--app/import_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/import_test.go b/app/import_test.go
index 59e767706..8ea49da20 100644
--- a/app/import_test.go
+++ b/app/import_test.go
@@ -8,9 +8,9 @@ import (
"strings"
"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 ptrStr(s string) *string {