fixed test

Signed-off-by: npiyush97 <npiyush35@gmail.com>
This commit is contained in:
npiyush97
2023-12-18 20:09:19 +05:30
parent a7a5568788
commit 424317b829
@@ -564,7 +564,7 @@ describe('publish:github', () => {
defaultBranch: 'master',
auth: { username: 'x-access-token', password: 'tokenlols' },
logger: mockContext.logger,
commitMessage: 'initial commit',
commitMessage: 'Test commit message',
gitAuthorInfo: { email: undefined, name: undefined },
});
});