expect(storageUtil.jobUpdateStore.pruneHistory(1, 1)).andReturn(ImmutableSet.of("id1", "id2"));
expect(storageUtil.jobUpdateStore.pruneHistory(1, 1)).andReturn(ImmutableSet.<String>of());
control.replay();
executorClock.assertEmpty();
JobUpdateHistoryPruner pruner = new JobUpdateHistoryPruner(
mockClock,
executor,
storageUtil.storage,
new HistoryPrunerSettings(