mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
protocol: rename VersionNumber to Version (#4295)
This commit is contained in:
parent
69ba7acb9f
commit
fbaa941ea1
81 changed files with 368 additions and 364 deletions
|
@ -93,8 +93,8 @@ var _ = Describe("Tracing", func() {
|
|||
|
||||
It("traces the NegotiatedVersion event", func() {
|
||||
chosen := protocol.Version2
|
||||
client := []protocol.VersionNumber{protocol.Version1}
|
||||
server := []protocol.VersionNumber{13, 37}
|
||||
client := []protocol.Version{protocol.Version1}
|
||||
server := []protocol.Version{13, 37}
|
||||
tr1.EXPECT().NegotiatedVersion(chosen, client, server)
|
||||
tr2.EXPECT().NegotiatedVersion(chosen, client, server)
|
||||
tracer.NegotiatedVersion(chosen, client, server)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue