Skip to content

Commit

Permalink
Update getting-started-testing.adoc
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
weltonrodrigo authored Dec 25, 2023
1 parent 4904645 commit b4baa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ or starting a mock HTTP server using https://wiremock.org/[Wiremock] (an example


=== Altering the test class
When creating a custom `QuarkusTestResourceLifecycleManager` that needs to inject the something into the test class, the `inject` methods can be used.
When creating a custom `QuarkusTestResourceLifecycleManager` that needs to inject something into the test class, the `inject` methods can be used.
If for example you have a test like the following:

[source,java]
Expand Down

0 comments on commit b4baa1a

Please sign in to comment.