From 7aa12cbe3832453f2c440e6ebf21ebaff532ad1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20Cl=C3=A9ment=20d=27Huart?= Date: Fri, 17 Jan 2025 09:08:45 +0100 Subject: [PATCH] Update drools.adoc An IT is based on RestAssured only. The name should end by Test. --- docs/src/main/asciidoc/drools.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/drools.adoc b/docs/src/main/asciidoc/drools.adoc index 02a3f46bfcc68..80a2d970481a3 100644 --- a/docs/src/main/asciidoc/drools.adoc +++ b/docs/src/main/asciidoc/drools.adoc @@ -509,7 +509,7 @@ We can create a standard Quarkus and JUnit test to check the behaviour of the Ru package org.drools.quarkus.quickstart.test; @QuarkusTest -public class RuntimeIT { +public class RuntimeTest { @Inject RuleUnit ruleUnit;