Skip to content

Commit aa576e7

Browse files
committed
Fixed test class name
1 parent 9e9cdf5 commit aa576e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvalutatorTest.java renamed to spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvaluatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* @author Costin Leau
4545
* @author Phillip Webb
4646
*/
47-
public class ExpressionEvalutatorTest {
47+
public class ExpressionEvaluatorTests {
4848

4949
@Rule
5050
public ExpectedException thrown = ExpectedException.none();

0 commit comments

Comments
 (0)