Skip to content

Commit 8826d1c

Browse files
authored
Fix Invoke-Formatter correct case test (#1888)
Follows #1885.
1 parent f77acdf commit 8826d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Rules/UseCorrectCasing.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Describe "UseCorrectCasing" {
1111
}
1212

1313
It "corrects case of of cmdlet inside interpolated string" {
14-
Invoke-Formatter '"$(get-childitem)"' | Should -Be '"$(Get-ChildItem)"'
14+
Invoke-Formatter '"$(get-childitem)"' | Should -BeExactly '"$(Get-ChildItem)"'
1515
}
1616

1717
It "Corrects alias correctly" {

0 commit comments

Comments
 (0)