Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/reboot-check
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed Oct 3, 2023
2 parents 31aabdc + 33cd148 commit e15be89
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 e15be89

Please sign in to comment.