We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fe852 commit ecf68b6Copy full SHA for ecf68b6
cmd/gitbase/command/server_test.go
@@ -18,8 +18,8 @@ func TestAddMatch(t *testing.T) {
18
{"../../../_testdata/repositories-link/", require.NoError},
19
{"../../../_testdata/repositories-not-exist/", require.Error},
20
}
21
+ c := &Server{pool: gitbase.NewRepositoryPool(0)}
22
for _, e := range expected {
- c := &Server{pool: gitbase.NewRepositoryPool(0)}
23
e.err(c.addMatch(e.path))
24
25
0 commit comments