From ce151faa7171ca50afb1fbaaec358db966df6176 Mon Sep 17 00:00:00 2001 From: laurent Date: Wed, 3 Apr 2024 14:11:40 +0200 Subject: [PATCH] Bump PSGallery\String 1.1.3 to 1.1.5 --- test/DuplicateSavePath.Tests.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/DuplicateSavePath.Tests.ps1 b/test/DuplicateSavePath.Tests.ps1 index e5554ea..09ed31e 100644 --- a/test/DuplicateSavePath.Tests.ps1 +++ b/test/DuplicateSavePath.Tests.ps1 @@ -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 @@ -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'