fix(test): return empty event list for no promo

This commit is contained in:
SabreCat
2021-12-21 16:01:27 -06:00
parent e74a3f84f5
commit 60ea8e48a8

View File

@@ -247,7 +247,7 @@ describe('payments/index', () => {
context('No Active Promotion', () => {
beforeEach(() => {
sinon.stub(worldState, 'getCurrentEvent').returns(null);
sinon.stub(worldState, 'getCurrentEventList').returns([]);
});
afterEach(() => {