mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add support for Go 1.17 Beta 1
This commit is contained in:
parent
e36795e066
commit
7c74d1eb47
8 changed files with 9 additions and 9 deletions
|
@ -84,7 +84,7 @@ var _ = Describe("QUIC Proxy", func() {
|
|||
proxy, err := NewQuicProxy("localhost:0", nil)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
port := proxy.LocalPort()
|
||||
Expect(isProxyRunning()).To(BeTrue())
|
||||
Eventually(isProxyRunning).Should(BeTrue())
|
||||
err = proxy.Close()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue