Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ModuleFast.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ Describe 'Get-ModuleFastPlan' -Tag 'E2E' {
It 'Gets Module with 1 dependency' {
Get-ModuleFastPlan 'Az.Compute' | Should -HaveCount 2
}
It 'Gets Module with lots of dependencies (Az)' {
Get-ModuleFastPlan @{ModuleName = 'Az'; ModuleVersion = '11.0' } | Should -HaveCount 86
It 'Gets all dependencies for a Module with lots of dependencies (Az)' {
Get-ModuleFastPlan @{ModuleName = 'Az'; ModuleVersion = '11.0.0' } | Should -HaveCount 86
}
It 'Gets Module with 4 section version number and a 4 section version number dependency (VMware.VimAutomation.Common)' {
Get-ModuleFastPlan 'VMware.VimAutomation.Common' | Should -HaveCount 2
Expand Down