summaryrefslogtreecommitdiffstats
path: root/store/sql_system_store_test.go
diff options
context:
space:
mode:
authorDavid Lu <david.lu97@outlook.com>2016-09-06 18:51:27 -0400
committerenahum <nahumhbl@gmail.com>2016-09-06 19:51:27 -0300
commit51501f920c092791c7d83ac7067874547a37c96a (patch)
tree8665cdc82c4fa99ba5c2b6743c66e0912fd53ddb /store/sql_system_store_test.go
parent47d77d258961f95f4348b4745da062c08731b283 (diff)
downloadchat-51501f920c092791c7d83ac7067874547a37c96a.tar.gz
chat-51501f920c092791c7d83ac7067874547a37c96a.tar.bz2
chat-51501f920c092791c7d83ac7067874547a37c96a.zip
PLT-3753 Added Segment analytics (#3972)
Diffstat (limited to 'store/sql_system_store_test.go')
-rw-r--r--store/sql_system_store_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/store/sql_system_store_test.go b/store/sql_system_store_test.go
index 74e2876ad..ab9c4c0f8 100644
--- a/store/sql_system_store_test.go
+++ b/store/sql_system_store_test.go
@@ -4,8 +4,9 @@
package store
import (
- "github.com/mattermost/platform/model"
"testing"
+
+ "github.com/mattermost/platform/model"
)
func TestSqlSystemStore(t *testing.T) {