mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(test): update food const
This commit is contained in:
parent
0b35aefdc9
commit
9ad50be6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () {}};
|
||||
|
|
|
|||
Loading…
Reference in a new issue