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
|
@ -38,7 +38,6 @@ func expectTooManyStreamsError(err error) {
|
|||
ExpectWithOffset(1, err.Error()).To(Equal(errTooManyOpenStreams.Error()))
|
||||
nerr, ok := err.(net.Error)
|
||||
ExpectWithOffset(1, ok).To(BeTrue())
|
||||
ExpectWithOffset(1, nerr.Temporary()).To(BeTrue())
|
||||
ExpectWithOffset(1, nerr.Timeout()).To(BeFalse())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue