mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +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
|
@ -99,7 +99,6 @@ var _ = Describe("Stream", func() {
|
|||
var _ = Describe("Deadline Error", func() {
|
||||
It("is a net.Error that wraps os.ErrDeadlineError", func() {
|
||||
err := deadlineError{}
|
||||
Expect(err.Temporary()).To(BeTrue())
|
||||
Expect(err.Timeout()).To(BeTrue())
|
||||
Expect(errors.Is(err, os.ErrDeadlineExceeded)).To(BeTrue())
|
||||
Expect(errors.Unwrap(err)).To(Equal(os.ErrDeadlineExceeded))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue