From 269f3848e8354256084cd499f4b1a094fbb019f6 Mon Sep 17 00:00:00 2001 From: Adela Homolova Date: Mon, 9 Dec 2019 14:43:26 +0100 Subject: [PATCH] fix: remove unnecessary line of code --- src/inspectors/CollaborationInspector.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/inspectors/CollaborationInspector.spec.ts b/src/inspectors/CollaborationInspector.spec.ts index 9293126db..15cae6f93 100644 --- a/src/inspectors/CollaborationInspector.spec.ts +++ b/src/inspectors/CollaborationInspector.spec.ts @@ -26,7 +26,6 @@ describe('Collaboration Inspector', () => { }); it('returns paginated pull requests', async () => { - containerCtx.practiceContext.projectComponent.repositoryPath = 'www.github.com'; new GitHubNock('1', 'octocat', 1296269, 'Hello-World').getPulls([ { number: 1347, state: 'open', title: 'new-feature', body: 'Please pull these awesome changes', head: 'new-topic', base: 'master' }, ]);