Skip to content

Commit c0d329c

Browse files
committed
header: coveralls is picky
Signed-off-by: Pires <[email protected]>
1 parent 7ea6a83 commit c0d329c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

header_test.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestReadTimeoutV1Invalid(t *testing.T) {
4141
}
4242
}
4343

44-
func TestEqualTo(t *testing.T) {
44+
func TestEqualsTo(t *testing.T) {
4545
var headersEqual = []struct {
4646
this, that *Header
4747
expected bool
@@ -110,6 +110,11 @@ func TestEqualTo(t *testing.T) {
110110
}
111111
}
112112

113+
// This is here just because of coveralls
114+
func TestEqualTo(t *testing.T) {
115+
TestEqualsTo(t)
116+
}
117+
113118
func TestLocalAddr(t *testing.T) {
114119
var headers = []struct {
115120
header *Header

0 commit comments

Comments
 (0)