Skip to content

Commit

Permalink
Make strange test name more obviously not a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Feb 10, 2023
1 parent f4592bd commit 4b61600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Changing this class so that the name doesn't start with Test works around the issue.
*/
@DisabledIfSystemProperty(named = "quarkus.test.native", matches = "true")
public class TtestModeContractTestIT extends RunAndCheckMojoTestBase {
public class TheTestModeContractTestIT extends RunAndCheckMojoTestBase {

@Override
protected LaunchMode getDefaultLaunchMode() {
Expand Down

0 comments on commit 4b61600

Please sign in to comment.