fix pester syntax for pester thes substring selection

This commit is contained in:
OCram85 2018-03-14 09:42:09 +01:00
parent 1d00981454
commit ebd0b79080
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Describe "Set-ChallengeFile" {
if (Test-Path -Path ("{0}\PSCredentialStore" -f $env:ProgramData)) {
Remove-Item -Path ("{0}\PSCredentialStore" -f $env:ProgramData) -Force -Recurse
}
{ Set-ChallengeFile } | Should -Throw "Could not create the parent data dir*"
{ Set-ChallengeFile } | Should -Throw "Could not create the parent data dir"
}
}
}