We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77acdf commit 8826d1cCopy full SHA for 8826d1c
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 -BeExactly '"$(Get-ChildItem)"'
15
16
17
It "Corrects alias correctly" {
0 commit comments