Removing unnecesary unnused old layered store (#12999)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a85c653f87
Коммит
8febdcf2b8
@@ -103,7 +103,7 @@ func (h *MainHelper) setupStore() {
|
||||
h.ClusterInterface = &FakeClusterInterface{}
|
||||
h.SqlSupplier = sqlstore.NewSqlSupplier(*h.Settings, nil)
|
||||
h.Store = &TestStore{
|
||||
store.NewLayeredStore(h.SqlSupplier, nil, h.ClusterInterface),
|
||||
h.SqlSupplier,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user