summaryrefslogtreecommitdiffstats
path: root/api/status_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/status_test.go')
-rw-r--r--api/status_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/status_test.go b/api/status_test.go
index 1f936d286..19b23ef3b 100644
--- a/api/status_test.go
+++ b/api/status_test.go
@@ -8,9 +8,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 TestStatuses(t *testing.T) {