aboutsummaryrefslogtreecommitdiffstats
path: root/tree_diff_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tree_diff_test.go')
-rw-r--r--tree_diff_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree_diff_test.go b/tree_diff_test.go
index 40c7f94..7733c90 100644
--- a/tree_diff_test.go
+++ b/tree_diff_test.go
@@ -394,5 +394,5 @@ func tree(repo *Repository, commitHashStr string) (*Tree, error) {
return nil, err
}
- return commit.Tree(), nil
+ return commit.Tree()
}