mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
parent
a4cdc97fb1
commit
7609246b45
5 changed files with 16 additions and 4 deletions
|
@ -19,7 +19,7 @@ var _ = Describe("Version", func() {
|
|||
})
|
||||
|
||||
It("has proper tag list", func() {
|
||||
Expect(protocol.SupportedVersionsAsTags).To(Equal([]byte("Q031Q032")))
|
||||
Expect(protocol.SupportedVersionsAsTags).To(Equal([]byte("Q030Q031Q032")))
|
||||
})
|
||||
|
||||
It("recognizes supported versions", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue