File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/powershell/Modules/PSReadLine Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ Describe "PSReadLine" -tags "CI" {
1212 Import-Module PSReadLine
1313 $module = Get-Module PSReadLine
1414 $module.Name | Should - BeExactly ' PSReadLine'
15- $module.Version | Should -Match ' ^2.3 .\d$'
15+ $module.Version | Should -Match ' ^2.4 .\d$'
1616 }
1717
1818 It " Should be installed to `$ PSHOME" {
1919 $module = Get-Module (Join-Path - Path $PSHOME - ChildPath " Modules" - AdditionalChildPath " PSReadLine" ) - ListAvailable
2020 $module.Name | Should - BeExactly ' PSReadLine'
21- $module.Version | Should -Match ' ^2.3 .\d$'
21+ $module.Version | Should -Match ' ^2.4 .\d$'
2222 $module.Path | Should - Be (Join-Path - Path $PSHOME - ChildPath " Modules/PSReadLine/PSReadLine.psd1" )
2323 }
2424
You can’t perform that action at this time.
0 commit comments