Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Holt committed Apr 10, 2019
1 parent 267f6e2 commit 2a73419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSCompatibilityAnalyzer/Tests/QueryApi.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace PSScriptAnalyzerTests

$typeQueryObject = New-Object 'Microsoft.PowerShell.CrossCompatibility.Query.TypeData' ('QueryApiTestObject', $typeData)

$typeData.Instance.Properties.Count | Should -Be 1
$typeData.Instance.Properties.Keys | Should -Contain 'jobid'
$typeQueryObject.Instance.Properties.Count | Should -Be 1
$typeQueryObject.Instance.Properties.Keys | Should -Contain 'jobid'
}
}

0 comments on commit 2a73419

Please sign in to comment.