Skip to content

Commit

Permalink
fix: remove unnecessary line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Dec 9, 2019
1 parent 1141cad commit 269f384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inspectors/CollaborationInspector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]);
Expand Down

0 comments on commit 269f384

Please sign in to comment.