We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18bf5b2 + 05c1277 commit 7c4e228Copy full SHA for 7c4e228
Tests/integration/Platform.tests.ps1
@@ -73,7 +73,7 @@ Describe "Get CPPM Version" {
73
It "Get CPPM Version (Major, Minor, service, hardware...)" {
74
$cv = Get-ArubaCPCPPMVersion
75
$cv.app_major_version | Should -Be "6"
76
- $cv.app_minor_version | Should -BeIn (8..10)
+ $cv.app_minor_version | Should -BeIn (8..11)
77
$cv.app_service_release | Should -BeIn (0..15)
78
$cv.app_build_number | Should -Not -Be $NULL
79
$cv.hardware_version | Should -Not -Be $NULL
0 commit comments