Fixed test class name
This commit is contained in:
parent
9e9cdf5f13
commit
aa576e70be
|
|
@ -44,7 +44,7 @@ import edu.emory.mathcs.backport.java.util.Collections;
|
||||||
* @author Costin Leau
|
* @author Costin Leau
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
*/
|
*/
|
||||||
public class ExpressionEvalutatorTest {
|
public class ExpressionEvaluatorTests {
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
public ExpectedException thrown = ExpectedException.none();
|
public ExpectedException thrown = ExpectedException.none();
|
||||||
Loading…
Reference in New Issue