mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
run gosimple in gometalinter
This commit is contained in:
parent
286a51bcc0
commit
81974d30d6
13 changed files with 23 additions and 24 deletions
|
@ -100,7 +100,7 @@ var _ = Describe("Packet packer", func() {
|
|||
b := &bytes.Buffer{}
|
||||
f.Write(b, packer.version)
|
||||
Expect(p.frames).To(Equal([]wire.Frame{f}))
|
||||
Expect(p.raw).To(ContainSubstring(string(b.Bytes())))
|
||||
Expect(p.raw).To(ContainSubstring(b.String()))
|
||||
})
|
||||
|
||||
It("stores the encryption level a packet was sealed with", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue