mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
fix typ0 that broke time.now
This commit is contained in:
parent
dfa490affb
commit
b369953de9
@ -58,7 +58,7 @@ test.cb('data should expire', (t) => {
|
||||
t.true(lastMinExpires === 1);
|
||||
t.true(lastHourExpires === 1);
|
||||
|
||||
sinon.restore();
|
||||
clock.restore();
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user