X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fstub-db.js;h=8ef104547c5907ff7c5dfe093e04d360d33895fd;hb=737fbd003d5c4dfea81b667ef906f1c106a60612;hp=5ef24228a8b5bf1db00257cf1745572d5c3ef742;hpb=38aba0869dc3ade99d439e74cbc6239b4fa1f632;p=websub-hub diff --git a/test/stub-db.js b/test/stub-db.js index 5ef2422..8ef1045 100644 --- a/test/stub-db.js +++ b/test/stub-db.js @@ -17,6 +17,7 @@ const stubFns = [ 'subscriptionsByTopicId', 'subscriptionCountByTopicUrl', 'subscriptionDelete', + 'subscriptionDeleteExpired', 'subscriptionDeliveryClaim', 'subscriptionDeliveryClaimById', 'subscriptionDeliveryComplete', @@ -36,6 +37,8 @@ const stubFns = [ 'topicGetById', 'topicGetByUrl', 'topicGetContentById', + 'topicPendingDelete', + 'topicPublishHistory', 'topicSet', 'topicSetContent', 'topicUpdate',