Skip to content

Commit cae8306

Browse files
committed
gitbase: delete old repository_pool test
Signed-off-by: Javi Fontan <[email protected]>
1 parent 5d18910 commit cae8306

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

repository_pool_test.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ import (
1414
"gopkg.in/src-d/go-git.v4/plumbing/object"
1515
)
1616

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-
3217
func TestRepositoryPoolBasic(t *testing.T) {
3318
require := require.New(t)
3419

0 commit comments

Comments
 (0)