This commit is contained in:
Khalid Huseynov 2017-01-24 21:42:59 -08:00
parent 54e5ce9d7b
commit 48fd94e03d

View file

@ -282,7 +282,7 @@ public class NotebookTest implements JobListenerFactory{
note.run(p1.getId());
Thread.sleep(2 * 1000);
assertEquals(p1.getStatus(), Status.READY);
assertEquals(p1.getStatus(), Status.FINISHED);
assertNull(p1.getDateStarted());
notebook.removeNote(note.getId(), anonymous);
}