Skip to content

Commit

Permalink
fix bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbailis committed Jul 3, 2016
1 parent aa32405 commit f9f865c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public void decayTest() {
assertEquals(trueCnt.get(cnt.getKey()), cnt.getValue(), N*EPSILON);
}

assertEquals(0, ss.getCount(ITEMS + 1), 1e-10);
int key = cnts.keySet().iterator().next();
assertEquals(cnts.get(key), ss.getCount(key), 1e-10);
}
Expand Down

0 comments on commit f9f865c

Please sign in to comment.