Skip to content

Commit

Permalink
Update reactor-netty-http/src/test/java/reactor/netty/http/client/Htt…
Browse files Browse the repository at this point in the history
…p2PoolTest.java

Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
  • Loading branch information
samueldlightfoot and violetagg committed Nov 22, 2022
1 parent ff73ae6 commit f5689e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -857,7 +857,7 @@ void maxLifeTime() throws Exception {
}

@Test
void evictionPredicate() throws Exception {
void evictionPredicate() {
final AtomicBoolean shouldEvict = new AtomicBoolean(false);
PoolBuilder<Connection, PoolConfig<Connection>> poolBuilder =
PoolBuilder.from(Mono.fromSupplier(() -> {
Expand Down

0 comments on commit f5689e4

Please sign in to comment.