Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 940460f

Browse files
committed
Fix object/commitgraph tests
Signed-off-by: Filip Navara <filip.navara@gmail.com>
1 parent a661bca commit 940460f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plumbing/object/commitgraph/commitnode_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package commitgraph
22

33
import (
44
"path"
5+
"testing"
56

67
. "gopkg.in/check.v1"
78
fixtures "gopkg.in/src-d/go-git-fixtures.v3"
@@ -12,6 +13,8 @@ import (
1213
"gopkg.in/src-d/go-git.v4/storage/filesystem"
1314
)
1415

16+
func Test(t *testing.T) { TestingT(t) }
17+
1518
type CommitNodeSuite struct {
1619
fixtures.Suite
1720
}

0 commit comments

Comments
 (0)