Skip to content

Commit

Permalink
update header_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Nov 6, 2023
1 parent 457890b commit 0960240
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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 @@ -732,6 +732,3 @@ func TestResponseDateNoDefaultNotEmpty(t *testing.T) {
t.Fatalf("ResponseDateNoDefaultNotEmpty fail, response: \n%+v\noutcome: \n%q\n", h, headers) //nolint:govet
}
}

func TestResponseDateNoDefaultEmpty(t *testing.T) {
}

0 comments on commit 0960240

Please sign in to comment.