mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-29 01:15:48 +02:00
fix typ0 that broke time.now
This commit is contained in:
parent
17c58e77f2
commit
efc9ae2f5d
@ -58,7 +58,7 @@ test.cb('data should expire', (t) => {
|
|||||||
t.true(lastMinExpires === 1);
|
t.true(lastMinExpires === 1);
|
||||||
t.true(lastHourExpires === 1);
|
t.true(lastHourExpires === 1);
|
||||||
|
|
||||||
sinon.restore();
|
clock.restore();
|
||||||
t.end();
|
t.end();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user