Skip to content

Commit

Permalink
Merge pull request #45674 from dcdh/patch-1
Browse files Browse the repository at this point in the history
Update drools.adoc
  • Loading branch information
geoand authored Jan 17, 2025
2 parents 4ef1702 + 7aa12cb commit 552322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/drools.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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<HomeRuleUnitData> ruleUnit;
Expand Down

0 comments on commit 552322f

Please sign in to comment.