tests: eliminate `repos.Mocks`
Created by: unknwon
This PR eliminates all usages of repos.Mocks
, also converted repos.Store
to an interface to make it easily mockable.
Test plan
Unit tests.
Part of #26113
Created by: unknwon
This PR eliminates all usages of repos.Mocks
, also converted repos.Store
to an interface to make it easily mockable.
Unit tests.
Part of #26113