mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unnecessary newline in test
This commit is contained in:
parent
26e201af5d
commit
f12230fb44
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ public class ZeppelinSparkClusterTest extends AbstractTestRestApi {
|
|||
assertEquals(Status.FINISHED, p.getStatus());
|
||||
assertEquals(InterpreterResult.Type.TABLE, p.getResult().message().get(0).getType());
|
||||
// TODO (zjffdu), one more \n is appended, need to investigate why.
|
||||
assertEquals("age\tid\n20\t1\n\n", p.getResult().message().get(0).getData());
|
||||
assertEquals("age\tid\n20\t1\n", p.getResult().message().get(0).getData());
|
||||
|
||||
// test udf
|
||||
p = note.addParagraph();
|
||||
|
|
|
|||
Loading…
Reference in a new issue