summaryrefslogtreecommitdiffstats
path: root/modules/git/tree_entry_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/tree_entry_test.go')
-rw-r--r--modules/git/tree_entry_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/tree_entry_test.go b/modules/git/tree_entry_test.go
index 402c345887..9347e10b1b 100644
--- a/modules/git/tree_entry_test.go
+++ b/modules/git/tree_entry_test.go
@@ -57,7 +57,7 @@ func TestEntriesCustomSort(t *testing.T) {
}
func TestFollowLink(t *testing.T) {
- r, err := OpenRepository("tests/repos/repo1_bare")
+ r, err := openRepositoryWithDefaultContext("tests/repos/repo1_bare")
assert.NoError(t, err)
defer r.Close()