1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

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
}