Skip to content

Commit

Permalink
Merge pull request #412 from snyk-tech-services/test/fix-assertion
Browse files Browse the repository at this point in the history
test: fix number of targets processed
  • Loading branch information
lili2311 authored Dec 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0423560 + 3ede7e8 commit da8a590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/sync.test.ts
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ describe('`snyk-api-import sync <...>`', () => {
expect(stdout).toMatch(
'Done syncing targets for source github-enterprise',
);
expect(stdout).toMatch('Processed 4 targets (0 failed)');
expect(stdout).toMatch('Processed 3 targets (0 failed)');
expect(stdout).toMatch('Updated 2 projects');
const file = fs.readFileSync(updatedLog, 'utf8');

0 comments on commit da8a590

Please sign in to comment.