Fix storage manager tests

This commit is contained in:
Łukasz Magiera 2020-10-01 00:54:34 +02:00
parent 5e08d56630
commit 1b7cdb9341

View File

@ -290,6 +290,9 @@ func TestSched(t *testing.T) {
}
testFunc := func(workers []workerSpec, tasks []task) func(t *testing.T) {
ParallelNum = 1
ParallelDenom = 1
return func(t *testing.T) {
index := stores.NewIndex()