Fixed test class name

This commit is contained in:
Juergen Hoeller 2013-02-10 21:10:51 +01:00
parent 9e9cdf5f13
commit aa576e70be
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import edu.emory.mathcs.backport.java.util.Collections;
* @author Costin Leau
* @author Phillip Webb
*/
public class ExpressionEvalutatorTest {
public class ExpressionEvaluatorTests {
@Rule
public ExpectedException thrown = ExpectedException.none();