1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix typ0 that broke time.now

This commit is contained in:
sveisvei 2016-12-29 11:07:06 +01:00 committed by Ivar Conradi Østhus
parent 17c58e77f2
commit efc9ae2f5d

View File

@ -58,7 +58,7 @@ test.cb('data should expire', (t) => {
t.true(lastMinExpires === 1);
t.true(lastHourExpires === 1);
sinon.restore();
clock.restore();
t.end();
});