summaryrefslogtreecommitdiffstats
path: root/store/sql_store_test.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-25 15:05:39 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-25 15:05:39 -0500
commita911fbeca3873140c1eb9a9464416766114500e1 (patch)
tree6383f3c3a94896bfa9fe9b89f7fb744f08c91288 /store/sql_store_test.go
parent1701a2cbbe698c96544c275f41d7dbff4b88fd0c (diff)
parent69fbea225e4439775c9f3b8f5e5cabded0a5bf55 (diff)
downloadchat-a911fbeca3873140c1eb9a9464416766114500e1.tar.gz
chat-a911fbeca3873140c1eb9a9464416766114500e1.tar.bz2
chat-a911fbeca3873140c1eb9a9464416766114500e1.zip
Merge pull request #1979 from ZBoxApp/PLT-7-stores
PLT-7: Refactoring stores to use translations (chunk 7)
Diffstat (limited to 'store/sql_store_test.go')
-rw-r--r--store/sql_store_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/sql_store_test.go b/store/sql_store_test.go
index 1e04b676c..1be87dec9 100644
--- a/store/sql_store_test.go
+++ b/store/sql_store_test.go
@@ -16,6 +16,7 @@ var store Store
func Setup() {
if store == nil {
utils.LoadConfig("config.json")
+ utils.InitTranslations()
store = NewSqlStore()
store.MarkSystemRanUnitTests()