Skip to content

Commit

Permalink
Fixed ReverseDsc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Sep 21, 2022
1 parent 9fad55e commit 0c7b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ConfigMgrCBDsc.ReverseDsc.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6500,7 +6500,7 @@ InModuleScope $script:subModuleName {
$result = Set-ConfigMgrCBDscReverse @testAll
$result | Should -BeOfType System.String
Assert-MockCalled Get-CMAccount -Exactly -Times 1 -Scope It
Assert-MockCalled Invoke-DscResource -Exactly -Times 48 -Scope It
Assert-MockCalled Invoke-DscResource -Exactly -Times 49 -Scope It
Assert-MockCalled Get-CMAdministrativeUser -Exactly -Times 1 -Scope It
Assert-MockCalled Get-CMAssetIntelligenceSynchronizationPoint -Exactly -Times 1 -Scope It
Assert-MockCalled Get-CMClientSetting -Exactly -Times 20 -Scope It
Expand Down

0 comments on commit 0c7b188

Please sign in to comment.