forked from quic-go/quic-go
fix flaky send stream test (#3678)
This commit is contained in:
@@ -1000,6 +1000,7 @@ var _ = Describe("Send Stream", func() {
|
||||
}()
|
||||
waitForWrite()
|
||||
f, _ := str.popStreamFrame(100, protocol.Version1)
|
||||
Eventually(done).Should(BeClosed())
|
||||
Expect(f).ToNot(BeNil())
|
||||
gomock.InOrder(
|
||||
mockSender.EXPECT().queueControlFrame(gomock.Any()),
|
||||
|
||||
Reference in New Issue
Block a user