Skip to content

Commit 3ba45d0

Browse files
Jaykulandyleejordan
authored andcommitted
Change which command I use in tests because 'more' was a function in PS5.1
1 parent fc725c5 commit 3ba45d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Rules/UseCorrectCasing.tests.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Describe "UseCorrectCasing" {
2020
}
2121

2222
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'
23+
Invoke-Formatter 'Git' | Should -BeExactly 'Git'
24+
Invoke-Formatter 'SSH' | Should -BeExactly 'SSH'
2525
}
2626

2727
It "Preserves extension of applications on Windows" -Skip:($IsLinux -or $IsMacOS) {

0 commit comments

Comments
 (0)