Remove reference to Fluxion
This commit is contained in:
parent
ce4a687cf2
commit
a8c777b35f
|
@ -59,7 +59,7 @@ public class SimpleHandlerResultHandlerTests {
|
|||
|
||||
hm = new HandlerMethod(controller, TestController.class.getMethod("streamVoid"));
|
||||
type = ResolvableType.forMethodParameter(hm.getReturnType());
|
||||
// Reactor Fluxion is a Publisher
|
||||
// Reactor Flux is a Publisher
|
||||
assertTrue(resultHandler.supports(createHandlerResult(hm, type)));
|
||||
|
||||
hm = new HandlerMethod(controller, TestController.class.getMethod("observableVoid"));
|
||||
|
|
Loading…
Reference in New Issue