mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
enable server test
This commit is contained in:
parent
1e83ef967e
commit
5cdcaad226
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ var _ = Describe("Server", func() {
|
|||
Expect(err).To(HaveOccurred())
|
||||
})
|
||||
|
||||
PIt("setups and responds with error on invalid frame", func() {
|
||||
It("setups and responds with error on invalid frame", func() {
|
||||
path := os.Getenv("GOPATH") + "/src/github.com/lucas-clemente/quic-go/example/"
|
||||
server, err := NewServer(path+"cert.der", path+"key.der", nil)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue