diff --git a/modules/ROOT/pages/quick-start.adoc b/modules/ROOT/pages/quick-start.adoc index 0cf2c70..5d321d5 100644 --- a/modules/ROOT/pages/quick-start.adoc +++ b/modules/ROOT/pages/quick-start.adoc @@ -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] ----