Skip to content

Commit

Permalink
Bump PSGallery\String 1.1.3 to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentDardenne committed Apr 3, 2024
1 parent 4e1b7c1 commit cb32240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DuplicateSavePath.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Describe 'Github Action "psmodulecache" module. When there is no error.' -Tag 'D
$Result[1].MainModule | Should -Be 'psmodulecache-Duplicate-1.0.0'

$Result[2].Name | Should -MatchExactly 'string'
$Result[2].Version | Should -Be '1.1.3'
$Result[2].Version | Should -Be '1.1.5'
$Result[2].MainModule | Should -Be $null

$Result[3].Name | Should -Be 'UpperCase'
Expand Down

0 comments on commit cb32240

Please sign in to comment.