update golangci-lint to v1.41.1

This commit is contained in:
Marten Seemann
2021-06-16 13:21:16 -07:00
parent 0f36b9d07b
commit 5ff1abb049
2 changed files with 1 additions and 4 deletions

View File

@@ -173,8 +173,6 @@ var _ = Describe("Base Flow controller", func() {
})
It("doesn't increase the window size if data is read so fast that the window would be consumed in less than 4 RTTs, but less than half the window has been read", func() {
// this test only makes sense if a window update is triggered before half of the window has been consumed
Expect(protocol.WindowUpdateThreshold).To(BeNumerically(">", 1/3))
bytesRead := controller.bytesRead
rtt := scaleDuration(20 * time.Millisecond)
setRtt(rtt)