diff --git a/frontend/src/__tests__/kitCost.test.js b/frontend/src/__tests__/kitCost.test.js index 8d114a3..fcf91c3 100644 --- a/frontend/src/__tests__/kitCost.test.js +++ b/frontend/src/__tests__/kitCost.test.js @@ -103,10 +103,10 @@ describe('Kit Configuration', () => { expect(kit.oils).toHaveLength(11) }) - it('居家呵护 has 22 oils at ¥3988', () => { + it('居家呵护 has 23 oils at ¥3988', () => { const kit = KITS.find(k => k.id === 'home3988') expect(kit.price).toBe(3988) - expect(kit.oils).toHaveLength(22) + expect(kit.oils).toHaveLength(23) }) it('全精油 has 80 oils at ¥17700 with bottleCount for coconut oil', () => {