diff --git a/spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTest.java b/spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTests.java similarity index 99% rename from spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTest.java rename to spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTests.java index d0f80ba521..bb1c205cd5 100644 --- a/spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTest.java +++ b/spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTests.java @@ -34,7 +34,7 @@ import static org.hamcrest.CoreMatchers.*; import static org.hamcrest.core.Is.is; import static org.junit.Assert.*; -public class StreamConverterTest { +public class StreamConverterTests { @Rule public final ExpectedException thrown = ExpectedException.none();