Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yashkohli88 committed Oct 30, 2024
1 parent 02acf95 commit ea1e1c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const fs = require('fs')

before(() => {
loadFixtures().forEach(([coordinatesString, notice]) => {
if(coordinatesString.includes('conda')) coordinatesString = components.filter(component => component.includes('conda'))[0]
if (coordinatesString.includes('conda'))
coordinatesString = components.filter(component => component.includes('conda'))[0]
nock(prodApiBaseUrl, { allowUnmocked: true })
.post('/notices', { coordinates: [coordinatesString] })
.reply(200, notice)
Expand Down

0 comments on commit ea1e1c8

Please sign in to comment.