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 267f6e2 commit 2a73419Copy full SHA for 2a73419
PSCompatibilityAnalyzer/Tests/QueryApi.Tests.ps1
@@ -21,7 +21,7 @@ namespace PSScriptAnalyzerTests
21
22
$typeQueryObject = New-Object 'Microsoft.PowerShell.CrossCompatibility.Query.TypeData' ('QueryApiTestObject', $typeData)
23
24
- $typeData.Instance.Properties.Count | Should -Be 1
25
- $typeData.Instance.Properties.Keys | Should -Contain 'jobid'
+ $typeQueryObject.Instance.Properties.Count | Should -Be 1
+ $typeQueryObject.Instance.Properties.Keys | Should -Contain 'jobid'
26
}
27
0 commit comments