mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
parent
eb7a7f79f7
commit
811bd20939
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ var _ = Describe("Client", func() {
|
|||
Consistently(func() bool { return returned }).Should(BeFalse())
|
||||
// switch to a forward-secure connection
|
||||
client.cryptoChangeCallback(nil, true)
|
||||
Eventually(func() bool { return returned }).Should(BeFalse())
|
||||
Eventually(func() bool { return returned }).Should(BeTrue())
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue