Skip to content

Commit

Permalink
feat(ZMS-1494): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Manjencic committed Oct 5, 2023
1 parent ab39eb8 commit 215afa6
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions frontend/__tests__/store/modules/formData/mutations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
})
})

Expand Down

0 comments on commit 215afa6

Please sign in to comment.