mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
fix genericPurchase test (#10024)
This commit is contained in:
parent
f2e5fdddf1
commit
8fabadfc67
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ describe('shops actions', () => {
|
|||
quantity: 1,
|
||||
});
|
||||
|
||||
expect(store.state.user.data.item.equipped.armor_rogue_1).to.equal(true);
|
||||
expect(store.state.user.data.items.gear.equipped.armor).to.equal('armor_rogue_1');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue