Skip to content

Commit

Permalink
Updates per PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffotterpohl committed Jul 1, 2020
1 parent 19afafa commit 33de0a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Get-TargetResource
Specifies an array of names for the collections desired to be removed from an administrative user.
.PARAMETER Ensure
Specifies if the administrative User is to be present or absent.
Specifies if the administrative user is to be present or absent.
#>
function Set-TargetResource
{
Expand Down Expand Up @@ -463,7 +463,7 @@ function Set-TargetResource
Specifies an array of names for the collections desired to be removed from an administrative user.
.PARAMETER Ensure
Specifies if the administrative User is to be present or absent.
Specifies if the administrative user is to be present or absent.
#>
function Test-TargetResource
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CMAdministrativeUser.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ try
}

Mock -CommandName Get-CMSecurityRole -MockWith { $true }
Mock -CommandName Get-CMSecurityScope -MockWith { $true}
Mock -CommandName Get-CMSecurityScope -MockWith { $true }
Mock -CommandName Get-CMCollection -MockWith { $true }
}

Expand Down

0 comments on commit 33de0a9

Please sign in to comment.