Skip to content

Commit

Permalink
fix: test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
rzkmak committed Oct 14, 2020
1 parent b0a9d0e commit 970c7fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func TestMakeOptions(t *testing.T) {
MaxBody: 0,
HTTP2: true,
KeepAlive: true,
Buckets: []time.Duration{},
},
wantErr: false,
},
Expand All @@ -229,6 +230,7 @@ func TestMakeOptions(t *testing.T) {
MaxBody: 0,
HTTP2: true,
KeepAlive: true,
Buckets: []time.Duration{},
},
wantErr: false,
},
Expand Down Expand Up @@ -267,6 +269,7 @@ func TestMakeOptions(t *testing.T) {
MaxBody: 0,
HTTP2: false,
KeepAlive: true,
Buckets: []time.Duration{},
},
wantErr: false,
},
Expand Down Expand Up @@ -294,6 +297,7 @@ func TestMakeOptions(t *testing.T) {
MaxBody: 0,
HTTP2: true,
KeepAlive: false,
Buckets: []time.Duration{},
},
wantErr: false,
},
Expand Down

0 comments on commit 970c7fd

Please sign in to comment.