88ad7e60
8d63c983
52c724a0
1d4667c8
1 2
3 4 5
6 7
8
9
10
11
package repository import ( "testing" ) func TestMockRepo(t *testing.T) { creator := func(t testing.TB, bare bool) TestedRepo { return NewMockRepo() } RepoTest(t, creator) }