diff options
Diffstat (limited to 'service/http/h2c_test.go')
-rw-r--r-- | service/http/h2c_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/h2c_test.go b/service/http/h2c_test.go index 88c9ee5b..f17538bc 100644 --- a/service/http/h2c_test.go +++ b/service/http/h2c_test.go @@ -76,7 +76,7 @@ func Test_Service_H2C(t *testing.T) { } return nil }, bkoff) - + if err != nil { t.Fatal(err) } |