Skip to content

Commit cdc1662

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent 3dd3afa commit cdc1662

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

‎src/app/core/record-works/record-works.service.spec.ts‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ describe('RecordWorksService', () => {
158158
wizardReq.flush(listPayload)
159159

160160
// Service also requests localize .properties when CERTIFIED_LINKS_LOCALIZE_BASE_URL is set
161-
const localizeReqs = httpTestingController.match((req) =>
162-
req.url.includes('works-search-and-link') && req.url.endsWith('.properties')
161+
const localizeReqs = httpTestingController.match(
162+
(req) =>
163+
req.url.includes('works-search-and-link') &&
164+
req.url.endsWith('.properties')
163165
)
164166
localizeReqs.forEach((r) => r.flush(''))
165167
})
@@ -178,8 +180,10 @@ describe('RecordWorksService', () => {
178180
)
179181
wizardReq.flush([])
180182

181-
const localizeReqs = httpTestingController.match((req) =>
182-
req.url.includes('works-search-and-link') && req.url.endsWith('.properties')
183+
const localizeReqs = httpTestingController.match(
184+
(req) =>
185+
req.url.includes('works-search-and-link') &&
186+
req.url.endsWith('.properties')
183187
)
184188
localizeReqs.forEach((r) => r.flush(''))
185189
})

0 commit comments

Comments
 (0)