Skip to content

Commit 73f307d

Browse files
committed
Updated tests
1 parent 662aa64 commit 73f307d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Authentication/Authentication/test/Disconnect-MgGraph.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Describe 'Disconnect-MgGraph' {
2020
$DisconnectMgGraphCommand = Get-Command Disconnect-MgGraph
2121
$DisconnectMgGraphCommand | Should -Not -BeNullOrEmpty
2222
$DisconnectMgGraphCommand.ParameterSets | Should -HaveCount 1
23-
$DisconnectMgGraphCommand.ParameterSets.Parameters | Should -HaveCount 11 # PS common parameters.
23+
$DisconnectMgGraphCommand.ParameterSets.Parameters | Should -HaveCount 12 # PS common parameters.
2424
}
2525

2626
It 'Should remove current AuthContext' {

src/Authentication/Authentication/test/Get-MgGraphOption.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Describe "Get-MgGraphOption Command" {
1313
$GetMgGraphOptionCommand = Get-Command Set-MgGraphOption
1414
$GetMgGraphOptionCommand | Should -Not -BeNullOrEmpty
1515
$GetMgGraphOptionCommand.ParameterSets | Should -HaveCount 1
16-
$GetMgGraphOptionCommand.ParameterSets.Parameters | Should -HaveCount 12 # PS common parameters.
16+
$GetMgGraphOptionCommand.ParameterSets.Parameters | Should -HaveCount 13 # PS common parameters.
1717
}
1818

1919
It 'Executes successfully' {

src/Authentication/Authentication/test/Set-MgGraphOption.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Describe "Set-MgGraphOption" {
1313
$SetMgGraphOptionCommand = Get-Command Set-MgGraphOption
1414
$SetMgGraphOptionCommand | Should -Not -BeNullOrEmpty
1515
$SetMgGraphOptionCommand.ParameterSets | Should -HaveCount 1
16-
$SetMgGraphOptionCommand.ParameterSets.Parameters | Should -HaveCount 12 # PS common parameters.
16+
$SetMgGraphOptionCommand.ParameterSets.Parameters | Should -HaveCount 13 # PS common parameters.
1717
}
1818

1919
It 'Executes successfully whren toggling WAM on' {

0 commit comments

Comments
 (0)