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