Skip to content

Commit

Permalink
plumbing: format/pktline, remove redundant reference to gocheck packa…
Browse files Browse the repository at this point in the history
…ge. Fixes go-git#1354
  • Loading branch information
BeChris committed Jan 4, 2025
1 parent b28e285 commit 674ba7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plumbing/format/pktline/pktline_read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (

"github.com/go-git/go-git/v5/plumbing/format/pktline"
"github.com/stretchr/testify/suite"

. "gopkg.in/check.v1"
)

type SuiteReader struct {
Expand Down Expand Up @@ -145,7 +143,7 @@ func (s *SuiteReader) TestSkip() {
fmt.Sprintf("scan error = %s", err))

s.Equal(test.expected, p,
Commentf("\nin = %.20q\nout = %.20q\nexp = %.20q",
fmt.Sprintf("\nin = %.20q\nout = %.20q\nexp = %.20q",
test.input, p, test.expected))
}
}
Expand Down

0 comments on commit 674ba7b

Please sign in to comment.