We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bb1ab commit d33fd59Copy full SHA for d33fd59
adapters/wmi/Tests/wmi.tests.ps1
@@ -118,6 +118,6 @@ Describe 'WMI adapter resource tests' {
118
$r = dsc resource get -r root.cimv2/Win32_ComputerSystem -i $i
119
$LASTEXITCODE | Should -Be 0
120
$res = $r | ConvertFrom-Json
121
- $res.actualState.Manufacturer | Should -Not -BeNullOrEmpty
+ $res.actualState.Manufacturer | Should -Be $manufacturer
122
}
123
0 commit comments