mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix test on python3
This commit is contained in:
parent
2eb5de7a22
commit
a76b0d87ce
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ public class PythonInterpreterTest implements InterpreterOutputListener {
|
|||
|
||||
@Test
|
||||
public void testInterpret() throws InterruptedException, IOException {
|
||||
InterpreterResult result = pythonInterpreter.interpret("print \"hi\"", context);
|
||||
InterpreterResult result = pythonInterpreter.interpret("print (\"hi\")", context);
|
||||
assertEquals(InterpreterResult.Code.SUCCESS, result.code());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue