adds deug output

This commit is contained in:
OCram85 2018-03-08 14:51:51 +01:00
parent 492031e34e
commit 55260af894
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ $VerbosePreference = "SilentlyContinue"
Describe "New-CredentialStore" {
Context "Private CS tests" {
$pCS = Join-Path -Path $env:APPDATA -ChildPath "CredentialStore.json"
Write-Debug -Message ("Parsed private CS:" -f $pCS)
It "Test1: Create new private CredentialStore" {
New-CredentialStore
$result = Test-Path -Path $pCS