diff --git a/testing-projects/jnxplus-smoke/tests/nx-maven/quarkus.spec.ts b/testing-projects/jnxplus-smoke/tests/nx-maven/quarkus.spec.ts index a4e568892..d0c72b5a7 100644 --- a/testing-projects/jnxplus-smoke/tests/nx-maven/quarkus.spec.ts +++ b/testing-projects/jnxplus-smoke/tests/nx-maven/quarkus.spec.ts @@ -103,17 +103,17 @@ describe('nx-maven quarkus smoke', () => { ); execSync( - `npx nx g @jnxplus/nx-maven:application ${testApp5} --parentProject ${appsParentProject} --framework micronaut --language kotlin`, + `npx nx g @jnxplus/nx-maven:application ${testApp5} --parentProject ${appsParentProject} --framework quarkus --language kotlin`, execSyncOptions(), ); execSync( - `npx nx g @jnxplus/nx-maven:application ${testApp6} --parentProject ${appsParentProject} --framework micronaut --language kotlin`, + `npx nx g @jnxplus/nx-maven:application ${testApp6} --parentProject ${appsParentProject} --framework quarkus --language kotlin`, execSyncOptions(), ); execSync( - `npx nx g @jnxplus/nx-maven:lib ${testLib5} --parentProject ${libsParentProject} --framework micronaut --language kotlin --projects ${testApp5},${testApp6}`, + `npx nx g @jnxplus/nx-maven:lib ${testLib5} --parentProject ${libsParentProject} --framework quarkus --language kotlin --projects ${testApp5},${testApp6}`, execSyncOptions(), );