We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea6a83 commit c0d329cCopy full SHA for c0d329c
header_test.go
@@ -41,7 +41,7 @@ func TestReadTimeoutV1Invalid(t *testing.T) {
41
}
42
43
44
-func TestEqualTo(t *testing.T) {
+func TestEqualsTo(t *testing.T) {
45
var headersEqual = []struct {
46
this, that *Header
47
expected bool
@@ -110,6 +110,11 @@ func TestEqualTo(t *testing.T) {
110
111
112
113
+// This is here just because of coveralls
114
+func TestEqualTo(t *testing.T) {
115
+ TestEqualsTo(t)
116
+}
117
+
118
func TestLocalAddr(t *testing.T) {
119
var headers = []struct {
120
header *Header
0 commit comments