diff --git a/test/client/unit/specs/store/actions/shops.js b/test/client/unit/specs/store/actions/shops.js index 2d49f880a9..516bdaacdc 100644 --- a/test/client/unit/specs/store/actions/shops.js +++ b/test/client/unit/specs/store/actions/shops.js @@ -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'); }); }); });