We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfa1c3 commit fc13b22Copy full SHA for fc13b22
1 file changed
ModuleFast.tests.ps1
@@ -449,8 +449,9 @@ Describe 'Install-ModuleFast' -Tag 'E2E' {
449
}
450
It 'Only installs once when Update is specified and latest has not changed' {
451
Install-ModuleFast @imfParams 'Az.Accounts' -Update
452
- #This will error if the file already exists
453
- Install-ModuleFast @imfParams 'Az.Accounts' -Update
+ Install-ModuleFast @imfParams 'Az.Accounts' -Update -Debug *>&1
+ | Select-String 'best remote candidate matches what is locally installed'
454
+ | Should -Not -BeNullOrEmpty
455
456
457
It 'Updates only dependent module that requires update' {
0 commit comments