mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix lint
This commit is contained in:
parent
73424d17de
commit
6f4910c670
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ public class IPythonInterpreterTest extends BasePythonInterpreterTest {
|
|||
result = interpreter.interpret(codeKillKernel, context);
|
||||
assertEquals(Code.ERROR, result.code());
|
||||
output = context.out.toInterpreterResultMessage().get(0);
|
||||
assertTrue(output.getData().equals("Ipython kernel has been stopped. Please check logs. It might be because of an out of memory issue."));
|
||||
assertTrue(output.getData().equals("Ipython kernel has been stopped. Please check logs. "
|
||||
+ "It might be because of an out of memory issue."));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue