Skip to content

Commit 7bde85a

Browse files
committed
Fix previous commit
1 parent 879b387 commit 7bde85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public static Object[][] arguments() {
4646
File base = new File(System.getProperty("java.io.tmpdir"));
4747
return new Object[][] {
4848
{new JettyHttpServer()},
49-
//{new RxNettyHttpServer()},
50-
{new ReactorHttpServer()},
49+
{new RxNettyHttpServer()},
50+
//{new ReactorHttpServer()},
5151
{new TomcatHttpServer(base.getAbsolutePath())},
5252
{new UndertowHttpServer()}
5353
};

0 commit comments

Comments
 (0)