diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 201b5c3..e8c0229 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 \ No newline at end of file + exit 1 diff --git a/src/run.test.ts b/src/run.test.ts index 3887471..3a12a79 100644 --- a/src/run.test.ts +++ b/src/run.test.ts @@ -523,4 +523,4 @@ describe('Testing all functions in run file.', () => { await expect(run.run()).resolves.toBeUndefined() }) -}) \ No newline at end of file +})