Skip to content

Commit f896756

Browse files
committed
Remove redundant test
1 parent 9fccc3b commit f896756

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

trailer_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ func TestTrailer_Get(t *testing.T) {
118118
}
119119

120120
req2 := readRequest(longReq1)
121-
if err != nil {
122-
t.Errorf("createBody: %s", err)
123-
}
124-
125121
req2.RequestURI = "" // otherwise Do will complain
126122
req2.URL = u
127123

0 commit comments

Comments
 (0)