mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 10:14:11 +00:00
fix(test): update for event
This commit is contained in:
parent
97135a1ac3
commit
47dbe4561f
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 = 'Cake_Base';
|
||||
let user;
|
||||
let goldPoints = 40;
|
||||
let gemsBought = 40;
|
||||
|
|
|
|||
Loading…
Reference in a new issue