Rename SingleColumnRowMapperTest to align with the other tests
This commit is contained in:
parent
e5096be660
commit
8dd0974e2f
|
@ -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 {
|
Loading…
Reference in New Issue