fixed tests

This commit is contained in:
Annika Hannig 2022-11-10 10:05:04 +01:00
parent b763d97956
commit e24e8635e8

View File

@ -75,6 +75,8 @@ func makeTestNeighborsStore() *NeighborsStore {
// Create store
store := NewNeighborsStore(cfg, be)
store.sources.RefreshSuccess("rs1")
store.sources.RefreshSuccess("rs2")
return store
}