summaryrefslogtreecommitdiffstats
path: root/modules/gitgraph/graph_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gitgraph/graph_test.go')
-rw-r--r--modules/gitgraph/graph_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gitgraph/graph_test.go b/modules/gitgraph/graph_test.go
index c805ff4647..e7173b521c 100644
--- a/modules/gitgraph/graph_test.go
+++ b/modules/gitgraph/graph_test.go
@@ -14,7 +14,6 @@ import (
)
func BenchmarkGetCommitGraph(b *testing.B) {
-
currentRepo, err := git.OpenRepository(".")
if err != nil || currentRepo == nil {
b.Error("Could not open repository")
@@ -255,7 +254,6 @@ func TestCommitStringParsing(t *testing.T) {
}
for _, test := range tests {
-
t.Run(test.testName, func(t *testing.T) {
testString := fmt.Sprintf("%s%s", dataFirstPart, test.commitMessage)
idx := strings.Index(testString, "DATA:")