fix(test): dummy event to test promotions

This commit is contained in:
Sabe Jones
2021-01-08 13:34:04 -06:00
parent b88389787d
commit cec01f49bd
2 changed files with 6 additions and 1 deletions

View File

@@ -269,7 +269,7 @@ describe('payments/index', () => {
context('Active Promotion', () => {
beforeEach(() => {
sinon.stub(worldState, 'getCurrentEvent').returns({
...common.content.events.winter2021,
...common.content.events.winter2021Promo,
event: 'winter2021',
});
});