Skip to content

Commit

Permalink
Merge branch '1.0' into '2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Mar 14, 2024
2 parents 9f03709 + eebf616 commit 522e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Create a new Maven project with the following pom.xml:
<2> https://assertj.github.io/doc/#overview-what-is-assertj[Fluent assertion library]
<3> https://github.com/awaitility/awaitility[Asynchronous systems test library]

In `src/test/java/com/company/test`, create a class `ProcessIT.java` with the following content:
In `src/test/java/com/company/test`, create a class `CreateDinosaurIT.java` with the following content:

[source, java]
----
Expand Down

0 comments on commit 522e990

Please sign in to comment.