mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(test): underscore >.<
This commit is contained in:
parent
877f16fd88
commit
353b5a6dcb
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 = 'Candy-Base';
|
||||
const SEASONAL_FOOD = 'Candy_Base';
|
||||
let user;
|
||||
const goldPoints = 40;
|
||||
const analytics = { track () {} };
|
||||
|
|
|
|||
Loading…
Reference in a new issue