fix(test): update food const

This commit is contained in:
Sabe Jones 2019-03-14 07:32:32 -05:00
parent 0b35aefdc9
commit 9ad50be6ca

View file

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