summaryrefslogtreecommitdiffstats
path: root/app/job_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/job_test.go')
-rw-r--r--app/job_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/job_test.go b/app/job_test.go
index 09208ec21..1a8acb3ce 100644
--- a/app/job_test.go
+++ b/app/job_test.go
@@ -6,8 +6,8 @@ package app
import (
"testing"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/store"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/store"
)
func TestGetJob(t *testing.T) {