Skip to content

Commit

Permalink
Merge pull request #34458 from ynojima/patch-13
Browse files Browse the repository at this point in the history
Fix a typo in hibernate-reactive-panache.adoc
  • Loading branch information
geoand authored Jul 3, 2023
2 parents 779ef91 + 582cd8c commit 98fec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/hibernate-reactive-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ public class PanacheFunctionalityTest {
}
----
<1> Make sure the test method is run on the Vert.x event loop.
<2> The injected `UniAsserter` agrument is used to make assertions.
<2> The injected `UniAsserter` argument is used to make assertions.
<3> Be sure to call your `verify` and `do*` methods on `PanacheMock` rather than `Mockito`, otherwise you won't know
what mock object to pass.

Expand Down

0 comments on commit 98fec5d

Please sign in to comment.