summaryrefslogtreecommitdiffstats
path: root/store/sql_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_store_test.go')
-rw-r--r--store/sql_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_store_test.go b/store/sql_store_test.go
index ac77357c4..4be3352e9 100644
--- a/store/sql_store_test.go
+++ b/store/sql_store_test.go
@@ -12,7 +12,7 @@ func Setup() {
utils.TranslationsPreInit()
utils.LoadConfig("config.json")
utils.InitTranslations(utils.Cfg.LocalizationSettings)
- store = NewLayeredStore()
+ store = NewLayeredStore(nil, nil)
store.MarkSystemRanUnitTests()
}