File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,6 @@ mod tests {
954
954
assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
955
955
} ) ;
956
956
assert ! ( wait > Duration :: from_millis( 400 ) ) ;
957
- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
958
957
}
959
958
960
959
#[ test]
@@ -977,6 +976,5 @@ mod tests {
977
976
assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
978
977
} ) ;
979
978
assert ! ( wait > Duration :: from_millis( 400 ) ) ;
980
- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
981
979
}
982
980
}
Original file line number Diff line number Diff line change @@ -379,7 +379,6 @@ mod tests {
379
379
assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
380
380
} ) ;
381
381
assert ! ( wait > Duration :: from_millis( 400 ) ) ;
382
- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
383
382
}
384
383
385
384
#[ test]
@@ -400,6 +399,5 @@ mod tests {
400
399
assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
401
400
} ) ;
402
401
assert ! ( wait > Duration :: from_millis( 400 ) ) ;
403
- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
404
402
}
405
403
}
You can’t perform that action at this time.
0 commit comments