eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k 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 4 months ago

vietj commented 4 months ago

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