Skip to content

Commit f77acdf

Browse files
authored
Minor test fix (#1885)
This test seems to have been wrong, so have corrected it
1 parent 77f6500 commit f77acdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/Rules/UseCorrectCasing.tests.ps1

+1-1
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 -Be '"$(Get-ChildItem)"'
1515
}
1616

1717
It "Corrects alias correctly" {

0 commit comments

Comments
 (0)