Skip to content

Commit a9ab4c2

Browse files
committed
Fixed quotes
1 parent f58fa36 commit a9ab4c2

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)