forked from quic-go/quic-go
add support for Go 1.17 Beta 1
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user