mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
stop using net.Error.Temporary in tests
This commit is contained in:
parent
0c6b3dfa93
commit
4f85f45f0a
5 changed files with 0 additions and 7 deletions
|
@ -218,7 +218,6 @@ var _ = Describe("Receive Stream", func() {
|
|||
|
||||
Context("deadlines", func() {
|
||||
It("the deadline error has the right net.Error properties", func() {
|
||||
Expect(errDeadline.Temporary()).To(BeTrue())
|
||||
Expect(errDeadline.Timeout()).To(BeTrue())
|
||||
Expect(errDeadline).To(MatchError("deadline exceeded"))
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue