mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(test): snowball change
This commit is contained in:
parent
20a2c0fbfd
commit
f501e23835
1 changed files with 3 additions and 3 deletions
|
|
@ -125,13 +125,13 @@ context('avatar.vue', () => {
|
|||
it('returns an array of buffs', () => {
|
||||
vm.member = {
|
||||
stats: {
|
||||
class: 'Warrior',
|
||||
class: 'warrior',
|
||||
},
|
||||
};
|
||||
|
||||
expect(vm.visualBuffs).to.include({ snowball: 'snowman' });
|
||||
expect(vm.visualBuffs).to.include({ snowball: 'avatar_snowball_warrior' });
|
||||
expect(vm.visualBuffs).to.include({ spookySparkles: 'ghost' });
|
||||
expect(vm.visualBuffs).to.include({ shinySeed: 'avatar_floral_Warrior' });
|
||||
expect(vm.visualBuffs).to.include({ shinySeed: 'avatar_floral_warrior' });
|
||||
expect(vm.visualBuffs).to.include({ seafoam: 'seafoam_star' });
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue