Remove unnecessary newline in test

This commit is contained in:
Lee moon soo 2016-11-22 20:16:40 -08:00
parent 26e201af5d
commit f12230fb44

View file

@ -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();