Skip to content

Commit 91923b1

Browse files
committed
Small fix on the test
1 parent 0b39053 commit 91923b1

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
@@ -88,7 +88,7 @@ InModuleScope MSFT_xComputer {
8888
It 'should not throw' {
8989
{Get-TargetResource -Name $env:COMPUTERNAME} | Should Not Throw
9090
}
91-
It 'Should return a hashtable containing Name,DomainName, Credential, UnjoinCredential and WorkGroupName' {
91+
It 'Should return a hashtable containing Name,DomainName, JoinOU, CurrentOU, Credential, UnjoinCredential and WorkGroupName' {
9292
$Result = Get-TargetResource -Name $env:COMPUTERNAME
9393
$Result.GetType().Fullname | Should Be 'System.Collections.Hashtable'
9494
$Result.Keys | Should Be @('Name','DomainName', 'JoinOU', 'CurrentOU', 'Credential','UnjoinCredential','WorkGroupName')

0 commit comments

Comments
 (0)