We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a2537 commit 3ba33acCopy full SHA for 3ba33ac
Tests/Rules/UseCorrectCasing.tests.ps1
@@ -20,8 +20,8 @@ Describe "UseCorrectCasing" {
20
}
21
22
It "Does not corrects applications on the PATH" -Skip:($IsLinux -or $IsMacOS) {
23
- Invoke-Formatter 'Cmd' | Should -BeExactly 'Cmd'
24
- Invoke-Formatter 'MORE' | Should -BeExactly 'MORE'
+ Invoke-Formatter 'Git' | Should -BeExactly 'Git'
+ Invoke-Formatter 'SSH' | Should -BeExactly 'SSH'
25
26
27
It "Preserves extension of applications on Windows" -Skip:($IsLinux -or $IsMacOS) {
0 commit comments