Skip to content

Commit e961a1a

Browse files
committed
Updated test
1 parent e1442c9 commit e961a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/xComputermanagement.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ InModuleScope MSFT_xComputer {
9191
It 'Should return a hashtable containing Name,DomainName, Credential, UnjoinCredential and WorkGroupName' {
9292
$Result = Get-TargetResource -Name $env:COMPUTERNAME
9393
$Result.GetType().Fullname | Should Be 'System.Collections.Hashtable'
94-
$Result.Keys | Should Be @('Name','DomainName','Credential','UnjoinCredential','WorkGroupName')
94+
$Result.Keys | Should Be @('Name','DomainName', 'JoinOU', 'CurrentOU', 'Credential','UnjoinCredential','WorkGroupName')
9595
}
9696
}
9797
Context Set-TargetResource {

0 commit comments

Comments
 (0)