Enable missed test

This commit is contained in:
Tom Morris 2020-09-30 17:44:05 -04:00
parent 79eac0b811
commit bb4fc50f17

View File

@ -64,6 +64,7 @@ public class SortTests extends RefineTest {
parseEval(bindings, test4);
}
@Test
public void sortMixedArray() throws ParsingException {
String test = "[2,1.0,3].sort().toString()";
parseEvalType(bindings, test, EvalError.class);