Skip to content

Commit

Permalink
Merge pull request go-git#1355 from BeChris/plumbing-format-pktline-r…
Browse files Browse the repository at this point in the history
…emove-gocheck-reference

plumbing: format/pktline, remove redundant reference to gocheck package. Fixes go-git#1354
  • Loading branch information
pjbgf authored Jan 5, 2025
2 parents b28e285 + 674ba7b commit cc6a151
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 cc6a151

Please sign in to comment.