redeem proffered tickets, db schema 1.1.0
[squeep-indie-auther] / test / stub-db.js
index f973b8d417d0184ee3fdb61b9cf5230d2dec358c..d8cb0cd1f00bbc7babee4491727a4a7569e3f787 100644 (file)
@@ -8,6 +8,7 @@ class StubDatabase extends Base {
     return [
       ...super._stubFns,
       'almanacGetAll',
+      'almanacUpsert',
       'authenticationGet',
       'authenticationSuccess',
       'authenticationUpsert',
@@ -27,9 +28,12 @@ class StubDatabase extends Base {
       'tokenGetByCodeId',
       'tokenRefreshRevokeByCodeId',
       'tokenRevokeByCodeId',
-      'tokensGetByIdentifier',    
+      'tokensGetByIdentifier',
+      'ticketRedeemed',
+      'ticketTokenPublished',
+      'ticketTokenGetUnpublished',
     ];
   }
 }
 
-module.exports = StubDatabase;
\ No newline at end of file
+module.exports = StubDatabase;