Skip to content

Commit

Permalink
Fix typo in xADObjectPermissionEntry.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Jun 7, 2019
1 parent ecee01c commit b9e803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/MSFT_xADObjectPermissionEntry.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ try
Context 'When the desired ace is present' {

Mock -CommandName 'Get-Acl' -MockWith $mockGetAclPresent
Mock -CommandName 'Set-Acl' Verifiable
Mock -CommandName 'Set-Acl' -Verifiable

It 'Should call "Assert-ADPSDrive" to check AD PS Drive is created' {
$targetResource = Get-TargetResource @testDefaultParameters -Verbose
Expand Down

0 comments on commit b9e803f

Please sign in to comment.