fix(test): underscore >.<

This commit is contained in:
Sabe Jones 2021-10-28 15:26:13 -05:00
parent 877f16fd88
commit 353b5a6dcb

View file

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