UtilsTest: Fix not resetMocking() after MockClock test

This commit is contained in:
Sean Gilligan 2021-09-08 08:24:55 -07:00 committed by Andreas Schildbach
parent 212ac5b95f
commit 5a1dbd9fb6

View file

@ -237,5 +237,6 @@ public class UtilsTest {
public void testRollMockClock() {
Utils.setMockClock(25200);
assertEquals(new Date("Thu Jan 01 07:00:08 GMT 1970"), Utils.rollMockClock(8));
Utils.resetMocking();
}
}