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 20, 2022
1 parent 250e66e commit a3801dd
Showing 1 changed file with 2 additions and 2 deletions.
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 All @@ -24,6 +24,6 @@ protected RestService getApp() {

@Test
public void verifyLogsToAssertDevMode() {
app.logs().assertContains("Profile DevServicesOnDevModeMySqlDatabaseIT activated. Live Coding activated");
app.logs().assertContains("Profile DevModeMySqlDevServicesDatabaseIT activated. Live Coding activated");
}
}

0 comments on commit a3801dd

Please sign in to comment.