Increase code coverage #22

Merged
OCram85 merged 34 commits from dev into master 2018-03-21 12:16:09 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ebd0b79080 - Show all commits

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"
}
}
}