From 215afa64dd9d1a1513f150bfe809e487be680249 Mon Sep 17 00:00:00 2001 From: Igor Manjencic Date: Thu, 5 Oct 2023 15:19:22 +0200 Subject: [PATCH] feat(ZMS-1494): fix tests --- .../store/modules/formData/mutations.spec.js | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/frontend/__tests__/store/modules/formData/mutations.spec.js b/frontend/__tests__/store/modules/formData/mutations.spec.js index 0f2c3ae..5f1e9fa 100644 --- a/frontend/__tests__/store/modules/formData/mutations.spec.js +++ b/frontend/__tests__/store/modules/formData/mutations.spec.js @@ -237,20 +237,8 @@ describe('Form data mutations', () => { 2, 3 ], - subServiceCounts: { - 2: 0, - 3: 0 - }, - subServices: [ - { - id: 2, - count: 0 - }, - { - id: 3, - count: 0 - } - ] + subServiceCounts: {}, + subServices: [] }) })