Skip to content

Commit

Permalink
fix: fix failing ut
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Feb 28, 2025
1 parent 4170b12 commit 5c156c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe('FieldsService', () => {
'publisherOrg',
'user',
'changeDate',
'availableServices',
])
})
})
Expand Down Expand Up @@ -188,6 +189,7 @@ describe('FieldsService', () => {
publisherOrg: [],
user: [],
changeDate: [],
availableServices: [],
})
})
})
Expand Down

0 comments on commit 5c156c0

Please sign in to comment.