Skip to content

Commit

Permalink
test(scan): fix compile-time error
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed May 31, 2022
1 parent d470085 commit 7909155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/scan/src/Scan.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ describe('Scan', () => {
request: {
method: HttpMethod.GET,
url: 'https://brokencrystals.com/'
}
},
link: 'https://app.neuralegion.com/scans/pDzxcEXQC8df1fcz1QwPf9/issues/pDzxcEXQC8df1fcz1QwPf9'
};
when(mockedScans.listIssues(id)).thenResolve([issue]);
when(mockedScans.getScan(id)).thenResolve({ status: ScanStatus.DONE });
Expand Down

0 comments on commit 7909155

Please sign in to comment.