Skip to content

Commit

Permalink
Minor fix to a test that broke in debug mode in a runner. No user imp…
Browse files Browse the repository at this point in the history
…act.
  • Loading branch information
manchicken committed Dec 21, 2023
1 parent 32b95db commit d577016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/lib/org-rules.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ describe('Edge cases', () => {
test('should respect runner debug', async () => {
core.debug = jest.fn()

process.env['RUNNER_DEBUG'] = undefined

expect(await fetchRemoteRules()).toBeTruthy()
expect(core.debug).toHaveBeenCalledTimes(1)

Expand Down

0 comments on commit d577016

Please sign in to comment.