Skip to content

Commit

Permalink
Update drools.adoc
Browse files Browse the repository at this point in the history
An IT is based on RestAssured only. The name should end by Test.
  • Loading branch information
dcdh authored Jan 17, 2025
1 parent ceaf90d commit 7aa12cb
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 7aa12cb

Please sign in to comment.