File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Authentication/Authentication/test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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' {
Original file line number Diff line number Diff 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' {
Original file line number Diff line number Diff 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' {
You can’t perform that action at this time.
0 commit comments