fix update scheduler
This commit is contained in:
@@ -130,7 +130,7 @@ public class JsonTaskListTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void testSubscription() {
|
||||
void testSubscription() throws IOException {
|
||||
TaskList.TaskListObserver mockObs = Mockito.mock(TaskList.TaskListObserver.class);
|
||||
testDatabase.subscribe(mockObs);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user