X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fstub-db.js;h=f257cbfeeb0728af0b9b1bd135e49e7bb505d4c2;hb=f09a48a504757b8b512f7d15c938c13f63b5a637;hp=5ef24228a8b5bf1db00257cf1745572d5c3ef742;hpb=4f64b8910e1295207a42c757cb81c9b0e9ee3be2;p=websub-hub diff --git a/test/stub-db.js b/test/stub-db.js index 5ef2422..f257cbf 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,7 @@ const stubFns = [ 'topicGetById', 'topicGetByUrl', 'topicGetContentById', + 'topicPendingDelete', 'topicSet', 'topicSetContent', 'topicUpdate',