mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
run staticcheck in gometalinter
This commit is contained in:
parent
b6470311ea
commit
286a51bcc0
6 changed files with 5 additions and 19 deletions
|
@ -72,6 +72,7 @@ var _ = Describe("Streams Map (for gQUIC)", func() {
|
|||
It("gets existing streams", func() {
|
||||
s, err := m.getOrOpenStream(5)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(s.StreamID()).To(Equal(protocol.StreamID(5)))
|
||||
numStreams := m.numIncomingStreams
|
||||
s, err = m.getOrOpenStream(5)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue