expired subscriptions and deleted topics with no subscribers are now removed from...
[websub-hub] / test / stub-db.js
index 5ef24228a8b5bf1db00257cf1745572d5c3ef742..f257cbfeeb0728af0b9b1bd135e49e7bb505d4c2 100644 (file)
@@ -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',