mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 07:05:51 +00:00
fix(test): update for event
This commit is contained in:
parent
ba9d7b3b5e
commit
ede28ac33a
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