Skip to content

Commit 4b38c3f

Browse files
authored
Merge pull request #4 from gesbeckj/xDescription
Fixed quotes
2 parents 57c297b + a9ab4c2 commit 4b38c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Unit/MSFT_xComputer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ try
469469
PartOfDomain=$false
470470
}
471471
}
472-
Set-TargetResource -Name $env:COMPUTERNAME -Description 'This is my computer' -DomainName "" | Should BeNullOrEmpty
472+
Set-TargetResource -Name $env:COMPUTERNAME -Description 'This is my computer' -DomainName '' | Should BeNullOrEmpty
473473
Assert-MockCalled -CommandName Set-CimInstance -Exactly -Times 1 -Scope It
474474
}
475475
It 'Changes computer description in a domain'{

0 commit comments

Comments
 (0)