fix server test

This commit is contained in:
Lucas Clemente
2016-04-26 19:13:26 +02:00
parent 5d8293716e
commit c5197bf42e
2 changed files with 12 additions and 7 deletions

View File

@@ -98,7 +98,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())