diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index 31a9849..94ec4c6 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -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(() => ({