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 9e80be9 commit ce151fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/DuplicateSavePath.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Describe 'Github Action "psmodulecache" module. When there is no error.' -Tag 'D

$ModulesCache.ModuleCacheInformations[1].Name | Should -Be 'Duplicate'
$ModulesCache.ModuleCacheInformations[0].Name | Should -MatchExactly 'string'
$ModulesCache.ModuleCacheInformations[0].Version | Should -Be '1.1.3'
$ModulesCache.ModuleCacheInformations[0].Version | Should -Be '1.1.5'
$ModulesCache.ModuleCacheInformations[0].Repository | Should -Be 'PSGallery'

$ModulesCache.ModuleCacheInformations[0].Dependencies.Count | Should -Be 0
Expand Down Expand Up @@ -156,7 +156,7 @@ Describe 'Github Action "psmodulecache" module. When there is no error.' -Tag 'D
$ModulesCache.ModuleCacheInformations[1].Dependencies.Count | Should -Be ( (105 - 27) - 1)

<#
todo controle dans inScopeModule
todo control inside inScopeModule
$result = &$mod { Remove-ModulePathDuplication $ModulesCache.ModuleCacheInformations }
$h = $result | Sort-Object Name | Group-Object Name -AsHashTable
$h.'Az.Storage'
Expand Down

0 comments on commit ce151fa

Please sign in to comment.