Skip to content

Commit

Permalink
Linting: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hkly authored Jun 13, 2024
1 parent 151b668 commit f746d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ describe('action', () => {
it('runs the workflow sucessfully regardless of casing of optIns and pull request author login', async () => {
// Mock the @actions/github context.
Object.defineProperty(github, 'context', {
value: pullRequestEventContext({user: {login: 'LeReBeAr'}})
value: pullRequestEventContext({ user: { login: 'LeReBeAr' } })
})

loadConfigurationMock.mockImplementation(() => ({
Expand Down

0 comments on commit f746d76

Please sign in to comment.