Skip to content

Commit 552322f

Browse files
authored
Merge pull request #45674 from dcdh/patch-1
Update drools.adoc
2 parents 4ef1702 + 7aa12cb commit 552322f

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)