Skip to content

Commit 7c4e228

Browse files
authored
Merge pull request #73 from alagoutte/cppm-6.11
Add support of CPPM 6.11.x
2 parents 18bf5b2 + 05c1277 commit 7c4e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/integration/Platform.tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Describe "Get CPPM Version" {
7373
It "Get CPPM Version (Major, Minor, service, hardware...)" {
7474
$cv = Get-ArubaCPCPPMVersion
7575
$cv.app_major_version | Should -Be "6"
76-
$cv.app_minor_version | Should -BeIn (8..10)
76+
$cv.app_minor_version | Should -BeIn (8..11)
7777
$cv.app_service_release | Should -BeIn (0..15)
7878
$cv.app_build_number | Should -Not -Be $NULL
7979
$cv.hardware_version | Should -Not -Be $NULL

0 commit comments

Comments
 (0)