Skip to content

Commit 8dd0974

Browse files
izeyejhoeller
authored andcommitted
Rename SingleColumnRowMapperTest to align with the other tests
1 parent e5096be commit 8dd0974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jdbc/src/test/java/org/springframework/jdbc/core/SingleColumnRowMapperTest.java renamed to spring-jdbc/src/test/java/org/springframework/jdbc/core/SingleColumnRowMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @author Kazuki Shimizu
3737
* @since 5.0.4
3838
*/
39-
public class SingleColumnRowMapperTest {
39+
public class SingleColumnRowMapperTests {
4040

4141
@Test // SPR-16483
4242
public void useDefaultConversionService() throws SQLException {

0 commit comments

Comments
 (0)