fix(test): food expectation, sigh

This commit is contained in:
Sabe Jones 2020-03-13 11:10:08 -05:00
parent 39bb60638f
commit 427251ed1d

View file

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