Skip to content

Commit d33fd59

Browse files
committed
Update test
1 parent 07bb1ab commit d33fd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapters/wmi/Tests/wmi.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ Describe 'WMI adapter resource tests' {
118118
$r = dsc resource get -r root.cimv2/Win32_ComputerSystem -i $i
119119
$LASTEXITCODE | Should -Be 0
120120
$res = $r | ConvertFrom-Json
121-
$res.actualState.Manufacturer | Should -Not -BeNullOrEmpty
121+
$res.actualState.Manufacturer | Should -Be $manufacturer
122122
}
123123
}

0 commit comments

Comments
 (0)