fix(test): temporary candy test

This commit is contained in:
Sabe Jones 2021-10-28 14:17:04 -05:00
parent 4b63ff70c2
commit 4bae27c328

View file

@ -13,7 +13,7 @@ import {
} from '../../../helpers/common.helper';
describe('shared.ops.purchase', () => {
const SEASONAL_FOOD = 'Meat';
const SEASONAL_FOOD = 'Candy-Base';
let user;
const goldPoints = 40;
const analytics = { track () {} };