forked from quic-go/quic-go
add support for Go 1.17 Beta 1
This commit is contained in:
@@ -49,7 +49,7 @@ var _ = Describe("Closed local session", func() {
|
||||
})
|
||||
|
||||
It("destroys sessions", func() {
|
||||
Expect(areClosedSessionsRunning()).To(BeTrue())
|
||||
Eventually(areClosedSessionsRunning).Should(BeTrue())
|
||||
sess.destroy(errors.New("destroy"))
|
||||
Eventually(areClosedSessionsRunning).Should(BeFalse())
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user