Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git/catfile/parser_test.go')
-rw-r--r--internal/git/catfile/parser_test.go16
1 files changed, 2 insertions, 14 deletions
diff --git a/internal/git/catfile/parser_test.go b/internal/git/catfile/parser_test.go
index 59afbb127..e6015b4e6 100644
--- a/internal/git/catfile/parser_test.go
+++ b/internal/git/catfile/parser_test.go
@@ -1,19 +1,6 @@
package catfile
-import (
- "bytes"
- "fmt"
- "strings"
- "testing"
- "time"
-
- "github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
- "google.golang.org/protobuf/types/known/timestamppb"
-)
+/**
func TestParser_ParseCommit(t *testing.T) {
t.Parallel()
@@ -369,3 +356,4 @@ fF3T79iV8paT4/OfX8Ygg=
})
}
}
+**/