We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f6500 commit f77acdfCopy full SHA for f77acdf
Tests/Rules/UseCorrectCasing.tests.ps1
@@ -11,7 +11,7 @@ Describe "UseCorrectCasing" {
11
}
12
13
It "corrects case of of cmdlet inside interpolated string" {
14
- Invoke-Formatter '"$(get-childitem)"' | Should -Be '"$(get-childitem)"'
+ Invoke-Formatter '"$(get-childitem)"' | Should -Be '"$(Get-ChildItem)"'
15
16
17
It "Corrects alias correctly" {
0 commit comments