Skip to content

Commit

Permalink
Update header_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought authored Nov 6, 2023
1 parent 457890b commit 58f5769
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/protocol/header_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ func TestResponseHeaderCopyTo(t *testing.T) {
assert.DeepEqual(t, hCopy.GetHeaderLength(), 100)
}

func TestResponseDateNoDefaultNotEmpty(t *testing.T) {
func TestResponseHeaderDateEmpty(t *testing.T) {
t.Parallel()

var h ResponseHeader
Expand All @@ -733,5 +733,3 @@ func TestResponseDateNoDefaultNotEmpty(t *testing.T) {
}
}

Check failure on line 735 in pkg/protocol/header_test.go

View workflow job for this annotation

GitHub Actions / lint-and-ut (1.18)

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 735 in pkg/protocol/header_test.go

View workflow job for this annotation

GitHub Actions / lint-and-ut (1.19)

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 735 in pkg/protocol/header_test.go

View workflow job for this annotation

GitHub Actions / lint-and-ut (1.20)

File is not `gofmt`-ed with `-s` (gofmt)
func TestResponseDateNoDefaultEmpty(t *testing.T) {
}

0 comments on commit 58f5769

Please sign in to comment.