fix validate tests

This commit is contained in:
Dmitry Shibanov
2020-07-08 00:35:51 +03:00
parent 344225a964
commit ea72c54249

View File

@@ -18,12 +18,12 @@ else
exit 1 exit 1
} }
if (-Not (Get-Command -Name 'cargo audit')){ if (-Not (Get-Command -Name 'cargo-audit')){
Write-Host "cargo audit is not on the path" Write-Host "cargo audit is not on the path"
exit 1 exit 1
} }
if (-Not (Get-Command -Name 'cargo outdated')){ if (-Not (Get-Command -Name 'cargo-outdated')){
Write-Host "cargo outdated is not on the path" Write-Host "cargo outdated is not on the path"
exit 1 exit 1
} }