Apply requested chanegs

This commit is contained in:
Taras Mankovski
2020-09-15 07:29:42 -04:00
parent d72577006d
commit 6d3ce75100
2 changed files with 3 additions and 1 deletions
@@ -231,7 +231,7 @@ describe('GitHub Publisher', () => {
repoVisibility: 'internal',
});
it('creates a repo in an organisation with internal visibility', async () => {
it('creates a repo in an organisation if the organisation with private visibility', async () => {
mockGithubClient.repos.createInOrg.mockResolvedValue({
data: {
clone_url: 'mockclone',