Skip to content

Commit

Permalink
Removes superfluous EnabledOnDatabase.
Browse files Browse the repository at this point in the history
Closes #1902
  • Loading branch information
schauder committed Oct 1, 2024
1 parent 4834d08 commit 9640dc3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
* @author Paul Jones
*/
@IntegrationTest
@EnabledOnDatabase(DatabaseType.MARIADB)
public class JdbcRepositoryIntegrationTests {
public class JdbcRepos itoryIntegrationTests {

@Autowired NamedParameterJdbcTemplate template;
@Autowired DummyEntityRepository repository;
Expand Down

0 comments on commit 9640dc3

Please sign in to comment.