Skip to content

Commit 46cc634

Browse files
iSazonovdaxian-dbw
authored andcommitted
Fix typo in Scripting.Classes.BasicParsing.Tests.ps1 (PowerShell#3459)
1 parent 7e5814a commit 46cc634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/powershell/Language/Classes/Scripting.Classes.BasicParsing.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Describe 'Property Attributes Test' -Tags "CI" {
425425
[ValidateSet]$v = $t[0]
426426
It "Should have 2 valid values" { $v.ValidValues.Count | should be 2 }
427427
It "first value should be a" { $v.ValidValues[0] | should be 'a' }
428-
It "second value should be b" { $v.ValidValues[1] -eq 'b' }
428+
It "second value should be b" { $v.ValidValues[1] | should be 'b' }
429429
}
430430

431431
Describe 'Method Attributes Test' -Tags "CI" {

0 commit comments

Comments
 (0)