mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
Rename SingleColumnRowMapperTest to align with the other tests
This commit is contained in:
committed by
Juergen Hoeller
parent
e5096be660
commit
8dd0974e2f
+1
-1
@@ -36,7 +36,7 @@ import static org.junit.Assert.*;
|
||||
* @author Kazuki Shimizu
|
||||
* @since 5.0.4
|
||||
*/
|
||||
public class SingleColumnRowMapperTest {
|
||||
public class SingleColumnRowMapperTests {
|
||||
|
||||
@Test // SPR-16483
|
||||
public void useDefaultConversionService() throws SQLException {
|
||||
Reference in New Issue
Block a user