diff --git a/index.js b/index.js index 5ad786a..596efeb 100644 --- a/index.js +++ b/index.js @@ -773,6 +773,12 @@ describe('5. Github Webhooks', function () { }) }) + it('should update the `locked` property', () => { + return repoInstance.updateAsync({ + locked: false + }) + }) + it('should created a new branch', () => { let acv = repoInstance.attrs.contextVersion.appCodeVersions[0] userName = acv.repo.split('/')[0]