@Test
 public void testResetStreamCounts() {
   counter.countUpStream(new ObjectId(), 100);
   counter.resetStreamCounts();
   assertEquals(new HashMap<ObjectId, Integer>(), counter.getStreamCounts());
 }