add support for Go 1.17 Beta 1

This commit is contained in:
Marten Seemann 2021-06-14 18:32:12 -07:00
parent e36795e066
commit 7c74d1eb47
8 changed files with 9 additions and 9 deletions

View file

@ -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())