mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update HeliumApplicationFactoryTest
This commit is contained in:
parent
d8ca07fcc1
commit
0a5b4d1953
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ public class HeliumApplicationFactoryTest implements JobListenerFactory {
|
|||
note1.run(p1.getId());
|
||||
while(p1.isTerminated()==false || p1.getResult()==null) Thread.yield();
|
||||
|
||||
assertEquals("repl1: job", p1.getResult().message());
|
||||
assertEquals("repl1: job", p1.getResult().message().get(0).getData());
|
||||
|
||||
// when
|
||||
assertEquals(0, p1.getAllApplicationStates().size());
|
||||
|
|
|
|||
Loading…
Reference in a new issue