eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.32k stars 2.08k forks source link

Improve tests by replacing onSuccess (which fails the test) by expecting which fails the future and the flow #5206

Closed vietj closed 5 months ago

vietj commented 6 months ago

Replace future.andThen(onSuccess(A)) by future.expecting(that(P)) in vertx tests.