fix(test): Feathered Friends date range

This commit is contained in:
Sabe Jones
2019-05-09 14:53:38 -05:00
parent 3c0cd7067a
commit 54fd910db2
+1 -1
View File
@@ -209,7 +209,7 @@ describe('shared.ops.purchase', () => {
it('purchases quest bundles', () => {
let startingBalance = user.balance;
let clock = sandbox.useFakeTimers(moment('2017-05-20').valueOf());
let clock = sandbox.useFakeTimers(moment('2019-05-20').valueOf());
let type = 'bundles';
let key = 'featheredFriends';
let price = 1.75;