Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed Oct 3, 2023
1 parent 284edc8 commit 33cd148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Checks/NpmAuditCheckTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
expect($result)
->toBeInstanceOf(Result::class)
->status->toBe(Status::FAILED)
->getMessage()->toBe('Found 2 vulnerabilities for your dependencies in NPM');
->getMessage()->toBe('Found 4 vulnerabilities for your dependencies in NPM');

chdir($dir);
})->skipOnWindows();
Expand Down

0 comments on commit 33cd148

Please sign in to comment.