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
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import static org.junit.Assert.*;
* @author Kazuki Shimizu * @author Kazuki Shimizu
* @since 5.0.4 * @since 5.0.4
*/ */
public class SingleColumnRowMapperTest { public class SingleColumnRowMapperTests {
@Test // SPR-16483 @Test // SPR-16483
public void useDefaultConversionService() throws SQLException { public void useDefaultConversionService() throws SQLException {