chore: prettier

This commit is contained in:
Benjamin Bamisile 2026-05-20 12:47:24 -04:00
parent 3a4e8803ed
commit 715145fbf2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -82,4 +82,4 @@ jobs:
if: steps.badsum.outcome != 'failure'
run: |
echo "Expected bad-checksum step to fail, but outcome was: ${{ steps.badsum.outcome }}"
exit 1
exit 1

View file

@ -523,4 +523,4 @@ describe('Testing all functions in run file.', () => {
await expect(run.run()).resolves.toBeUndefined()
})
})
})