Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config-mapping mocking docs need @InjectMock
In the mocking section it says that the `Server` can be injected as a mock into a Quarkus test class with `@InjectMock`, yet the following code snippet just shows `@Inject`.
- Loading branch information