random rename

This commit is contained in:
rusefi 2019-11-22 17:45:15 -05:00
parent 16faa4c0be
commit f6e16d4429
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import static org.junit.Assert.fail;
* @see DoubleEvaluator
* @see Operator
*/
public class ParserTest {
public class ReversePolishNotationParserTest {
@Test
public void testFunctionParameters() {
assertParseB("3 log", "log(3)");