Skip to content

Commit 7aa12cb

Browse files
authored
Update drools.adoc
An IT is based on RestAssured only. The name should end by Test.
1 parent ceaf90d commit 7aa12cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/drools.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ We can create a standard Quarkus and JUnit test to check the behaviour of the Ru
509509
package org.drools.quarkus.quickstart.test;
510510
511511
@QuarkusTest
512-
public class RuntimeIT {
512+
public class RuntimeTest {
513513
514514
@Inject
515515
RuleUnit<HomeRuleUnitData> ruleUnit;

0 commit comments

Comments
 (0)