коммит произвёл
GitHub
родитель
f290745496
Коммит
c3ed07e679
@@ -43,8 +43,8 @@ func TestBleveIndexer(t *testing.T) {
|
||||
|
||||
cfg := &model.Config{
|
||||
BleveSettings: model.BleveSettings{
|
||||
EnableIndexing: model.NewBool(true),
|
||||
IndexDir: model.NewString(tempDir),
|
||||
EnableIndexing: model.NewPointer(true),
|
||||
IndexDir: model.NewPointer(tempDir),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user