mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
change testcase function name
This commit is contained in:
parent
573140fe3c
commit
fc4a6d5a70
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue