Skip to content

Commit d9caece

Browse files
committed
Removes superfluous EnabledOnDatabase.
Closes #1902
1 parent 84e8e11 commit d9caece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
* @author Paul Jones
110110
*/
111111
@IntegrationTest
112-
public class JdbcRepos itoryIntegrationTests {
112+
public class JdbcRepositoryIntegrationTests {
113113

114114
@Autowired NamedParameterJdbcTemplate template;
115115
@Autowired DummyEntityRepository repository;

0 commit comments

Comments
 (0)