We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d18910 commit cae8306Copy full SHA for cae8306
1 file changed
repository_pool_test.go
@@ -14,21 +14,6 @@ import (
14
"gopkg.in/src-d/go-git.v4/plumbing/object"
15
)
16
17
-// func TestRepository(t *testing.T) {
18
-// require := require.New(t)
19
-
20
-// gitRepo := &git.Repository{}
21
-// repo := NewRepository(borges.RepositoryID("identifier"), gitRepo, nil)
22
23
-// require.Equal("identifier", repo.ID())
24
-// require.Equal(gitRepo, repo.Repository)
25
26
-// repo = NewRepository("/other/path", nil, nil)
27
28
-// require.Equal("/other/path", repo.ID())
29
-// require.Nil(repo.Repository)
30
-// }
31
32
func TestRepositoryPoolBasic(t *testing.T) {
33
require := require.New(t)
34
0 commit comments