Rename SingleColumnRowMapperTest to align with the other tests

This commit is contained in:
Johnny Lim
2018-03-30 15:01:22 +09:00
committed by Juergen Hoeller
parent e5096be660
commit 8dd0974e2f

View File

@@ -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 {