Skip to content

Commit

Permalink
Rename Mysql examples test according to Test classes conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo gonzalez granados committed Jun 17, 2022
1 parent 250e66e commit 6084444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
@DisabledOnNative
@QuarkusScenario
public class DevServicesOnDevModeMySqlDatabaseIT extends AbstractSqlDatabaseIT {
public class DevModeMySqlDevServicesDatabaseIT extends AbstractSqlDatabaseIT {

@DevModeQuarkusApplication
static RestService app = new RestService();
Expand Down

0 comments on commit 6084444

Please sign in to comment.