Skip to content

Commit b2fdd15

Browse files
committed
Add sinon clock uninstall to query-subscribe tests, since they are transcluded from sharedb-mongo tests
1 parent 7ec4caa commit b2fdd15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/client/query-subscribe.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ module.exports = function(options) {
1313
});
1414

1515
afterEach(function() {
16+
if (sinon.clock) {
17+
sinon.clock.uninstall();
18+
}
1619
sinon.restore();
1720
});
1821

0 commit comments

Comments
 (0)