run staticcheck in gometalinter

This commit is contained in:
Marten Seemann 2018-02-21 22:52:36 +08:00
parent b6470311ea
commit 286a51bcc0
6 changed files with 5 additions and 19 deletions

View file

@ -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())