mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
UtilsTest: Fix not resetMocking() after MockClock test
This commit is contained in:
parent
212ac5b95f
commit
5a1dbd9fb6
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue