mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix flaky send stream test (#3678)
This commit is contained in:
parent
5b72f4c900
commit
dd6f34099b
1 changed files with 1 additions and 0 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue