mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(test): food expectation, sigh
This commit is contained in:
parent
39bb60638f
commit
427251ed1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () {} };
|
||||
|
|
|
|||
Loading…
Reference in a new issue