update unittest

This commit is contained in:
Lee moon soo 2016-11-24 15:00:13 -08:00
parent e89c9b8565
commit cbbd58ae5f

View file

@ -279,7 +279,7 @@ public class InterpreterRestApiTest extends AbstractTestRestApi {
}
// then
assertEquals(p.getResult().message(), getSimulatedMarkdownResult("markdown restarted"));
assertEquals(p.getResult().message().get(0).getData(), getSimulatedMarkdownResult("markdown restarted"));
ZeppelinServer.notebook.removeNote(note.getId(), anonymous);
}