Fix testcase name

This commit is contained in:
Mikhail Timofeev
2020-10-18 21:45:48 +03:00
parent 12d5315961
commit a9b5e80521

View File

@@ -26,7 +26,7 @@ Describe "Haskell" {
"$binGhcPath --version" | Should -MatchCommandOutput $ghcShortVersion "$binGhcPath --version" | Should -MatchCommandOutput $ghcShortVersion
} }
It "GHC <defaultGhcVersion> is the default version and should be the latest installed" -TestCases @ghcDefaultCases { It "GHC <defaultGhcVersion> is the default version and should be the latest installed" -TestCases $ghcDefaultCases {
"ghc --version" | Should -MatchCommandOutput $defaultGhcShortVersion "ghc --version" | Should -MatchCommandOutput $defaultGhcShortVersion
} }