From 7589996891a7430513d452dd744ad4ebc5c0d55e Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 21 Mar 2018 14:09:09 +0100 Subject: [PATCH] fix test output --- tests/Item/02_New-CredentialStoreItem.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Item/02_New-CredentialStoreItem.Tests.ps1 b/tests/Item/02_New-CredentialStoreItem.Tests.ps1 index 9909e9d..3287508 100644 --- a/tests/Item/02_New-CredentialStoreItem.Tests.ps1 +++ b/tests/Item/02_New-CredentialStoreItem.Tests.ps1 @@ -106,7 +106,7 @@ Describe "New-CredentialStoreItem" { } It "Testing written item" { - (Get-CredentialStoreItem -RemoteHost 'PipeHost').UserName | Should -Be 'PipeHost' + (Get-CredentialStoreItem -RemoteHost 'PipeHost').UserName | Should -Be 'pipeUser' } }