Skip to content

Commit

Permalink
Update docs/src/modules/java/pages/key-value-entities.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Cavalcanti <[email protected]>
  • Loading branch information
franciscolopezsancho and octonato authored Dec 7, 2024
1 parent 8b1084a commit 67c73db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/java/pages/key-value-entities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ include::example$key-value-counter/src/test/java/com/example/CounterIT.java[tags
<4> Request to increase the value of counter `bar`. Response should have value `1`.
<5> Explicitly request current value of `bar`. It should be `1`.

NOTE: The integration tests in samples can be run using `mvn verify`.
NOTE: The integration tests in samples can be run using `mvn integration-test`.

== Exposing entities directly

Expand Down

0 comments on commit 67c73db

Please sign in to comment.