aboutsummaryrefslogtreecommitdiff
path: root/object/commit/roundtrip_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/commit/roundtrip_test.go')
-rw-r--r--object/commit/roundtrip_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/commit/roundtrip_test.go b/object/commit/roundtrip_test.go
index 115fb6d1..8169e75f 100644
--- a/object/commit/roundtrip_test.go
+++ b/object/commit/roundtrip_test.go
@@ -30,7 +30,7 @@ func TestRoundTrip(t *testing.T) {
t.Fatalf("HashObject(blob): %v", err)
}
- treeID, err := repo.MkTree(t, []testgit.MkTreeEntry{
+ treeID, err := repo.MkTree(t, []testgit.TreeEntry{
{Mode: "100644", Type: typ.TypeBlob, OID: blobID, Name: "roundtrip.txt"},
})
if err != nil {