mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
Fix locally failing test in FlushingIntegrationTests
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ public abstract class AbstractHttpHandlerIntegrationTests {
|
||||
* set the number of buffered to an arbitrary number greater than N.
|
||||
* </ul>
|
||||
*/
|
||||
public static Flux<Long> interval(Duration period, int count) {
|
||||
public static Flux<Long> testInterval(Duration period, int count) {
|
||||
return Flux.interval(period).take(count).onBackpressureBuffer(count);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user