forked from quic-go/quic-go
implement a string representation of the version number
This will be useful as soon as we start supporting non-gQUIC versions.
This commit is contained in:
@@ -39,7 +39,7 @@ var _ = Describe("Client tests", func() {
|
||||
for _, v := range protocol.SupportedVersions {
|
||||
version := v
|
||||
|
||||
Context(fmt.Sprintf("with quic version %d", version), func() {
|
||||
Context(fmt.Sprintf("with QUIC version %s", version), func() {
|
||||
BeforeEach(func() {
|
||||
client = &http.Client{
|
||||
Transport: &h2quic.RoundTripper{
|
||||
|
||||
Reference in New Issue
Block a user