summaryrefslogtreecommitdiffstats
path: root/store/sql_preference_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_preference_store_test.go')
-rw-r--r--store/sql_preference_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_preference_store_test.go b/store/sql_preference_store_test.go
index b94a39707..ac8097a9e 100644
--- a/store/sql_preference_store_test.go
+++ b/store/sql_preference_store_test.go
@@ -6,7 +6,7 @@ package store
import (
"testing"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
func TestPreferenceSave(t *testing.T) {