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/object_reader_test.go')
-rw-r--r--internal/git/catfile/object_reader_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/git/catfile/object_reader_test.go b/internal/git/catfile/object_reader_test.go
index fabe64178..2f88a1aed 100644
--- a/internal/git/catfile/object_reader_test.go
+++ b/internal/git/catfile/object_reader_test.go
@@ -411,7 +411,6 @@ func TestObjectReader_queue(t *testing.T) {
require.True(t, reader.isClosed())
require.True(t, queue.isClosed())
- require.True(t, object.isClosed())
_, err = io.ReadAll(object)
require.Equal(t, os.ErrClosed, err)