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 {
954954 assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
955955 } ) ;
956956 assert ! ( wait > Duration :: from_millis( 400 ) ) ;
957- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
958957 }
959958
960959 #[ test]
@@ -977,6 +976,5 @@ mod tests {
977976 assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
978977 } ) ;
979978 assert ! ( wait > Duration :: from_millis( 400 ) ) ;
980- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
981979 }
982980}
Original file line number Diff line number Diff line change @@ -379,7 +379,6 @@ mod tests {
379379 assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
380380 } ) ;
381381 assert ! ( wait > Duration :: from_millis( 400 ) ) ;
382- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
383382 }
384383
385384 #[ test]
@@ -400,6 +399,5 @@ mod tests {
400399 assert ! ( kind == ErrorKind :: WouldBlock || kind == ErrorKind :: TimedOut ) ;
401400 } ) ;
402401 assert ! ( wait > Duration :: from_millis( 400 ) ) ;
403- assert ! ( wait < Duration :: from_millis( 1600 ) ) ;
404402 }
405403}
You can’t perform that action at this time.
0 commit comments