From c0ba40adc839488a2c220e7607420671f7aaf4df Mon Sep 17 00:00:00 2001 From: thejsj Date: Wed, 28 Sep 2016 15:50:32 -0700 Subject: [PATCH] Fix locked property issue --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) 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]