Skip to content

Commit 75c5c86

Browse files
committed
Fix test goof
1 parent 8059130 commit 75c5c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Describe 'Test Find-PSResource for MAR Repository' -tags 'CI' {
318318
$res.Dependencies.Where{$_.'Name' -eq 'Az.Accounts'}.'VersionRange'.ToString() | Should -Be '[5.3.0, )'
319319

320320
# Version defined by "RequiredVersion"
321-
$res.Dependencies.Where{$_.'Name' -eq 'Az.Resources'}.'VersionRange'.ToString() | Should -Not -Be '[8.1.0, 8.1.0]'
321+
$res.Dependencies.Where{$_.'Name' -eq 'Az.Resources'}.'VersionRange'.ToString() | Should -Be '[8.1.0, 8.1.0]'
322322
}
323323
}
324324

0 commit comments

Comments
 (0)