From ecd2735ce56b1c8e808251153e7412f07720e725 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 28 Jun 2022 11:42:25 +0200 Subject: [PATCH] wip --- src/Item/New-CredentialStoreItem.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Item/New-CredentialStoreItem.Tests.ps1 b/src/Item/New-CredentialStoreItem.Tests.ps1 index 60627d7..099476f 100644 --- a/src/Item/New-CredentialStoreItem.Tests.ps1 +++ b/src/Item/New-CredentialStoreItem.Tests.ps1 @@ -67,7 +67,7 @@ Describe "New-CredentialStoreItem" { $StoreItemParam = @{ Shared = $true Path = $tmpCS - RemeHost = $RemoteHost + RemoteHost = $RemoteHost Credential = $mycreds identifier = 'Foo' }