forked from quic-go/quic-go
@@ -35,7 +35,7 @@ var _ = Describe("BlockedFrame", func() {
|
||||
|
||||
It("has the correct min length", func() {
|
||||
frame := BlockedFrame{StreamID: 3}
|
||||
Expect(frame.MinLength()).To(Equal(protocol.ByteCount(5)))
|
||||
Expect(frame.MinLength(0)).To(Equal(protocol.ByteCount(5)))
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user