Skip to content

Commit abad893

Browse files
Rename vertx-junit5-extensions to reactiverse-junit5-extensions (#143)
1 parent d151331 commit abad893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ https://github.com/reactiverse/reactiverse-junit5-extensions.
221221
== Parameter ordering
222222

223223
It may be the case that a parameter type has to be placed before another parameter.
224-
For instance the Web Client support in the `vertx-junit5-extensions` project requires that the `Vertx` argument is before the `WebClient` argument.
224+
For instance the Web Client support in the `reactiverse-junit5-extensions` project requires that the `Vertx` argument is before the `WebClient` argument.
225225
This is because the `Vertx` instance needs to exist to create the `WebClient`.
226226

227227
It is expected that parameter providers throw meaningful exceptions to let users know of possible ordering constraints.

0 commit comments

Comments
 (0)