aboutsummaryrefslogtreecommitdiffstats
path: root/models/graph_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/graph_test.go')
-rw-r--r--models/graph_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/graph_test.go b/models/graph_test.go
index 0f6e338792..5c78e3877b 100644
--- a/models/graph_test.go
+++ b/models/graph_test.go
@@ -8,7 +8,7 @@ import (
"fmt"
"testing"
- "code.gitea.io/git"
+ "code.gitea.io/gitea/modules/git"
)
func BenchmarkGetCommitGraph(b *testing.B) {