integration: Fix typo

This commit is contained in:
Tatsuhiro Tsujikawa 2015-01-27 00:19:41 +09:00
parent f412ae442b
commit 95b3e2f140
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"testing"
)
// TestH1H2PlainGET tests whether simple HTTP/2 GET request works.
// TestH2H1PlainGET tests whether simple HTTP/2 GET request works.
func TestH2H1PlainGET(t *testing.T) {
st := newServerTester(nil, t, noopHandler)
defer st.Close()