change testcase function name

This commit is contained in:
astroshim 2017-01-09 12:03:50 -08:00
parent 573140fe3c
commit fc4a6d5a70

View file

@ -182,7 +182,7 @@ public class PythonInterpreterTest {
}
@Test
public void testInterpret2() {
public void testInterpretInvalidSyntax() {
zeppelinPythonInterpreter.open();
InterpreterResult result = zeppelinPythonInterpreter.interpret("for x in range(0,3): print (\"hi\")\n\nz._displayhook()", null);
assertEquals(InterpreterResult.Code.SUCCESS, result.code());