Skip to content

Commit 3fa99a6

Browse files
committed
Small spacing fix in the tests
1 parent ec2135e commit 3fa99a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/xComputermanagement.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ 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, JoinOU, CurrentOU, 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'
94-
$Result.Keys | Should Be @('Name','DomainName', 'JoinOU', 'CurrentOU', '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)