Skip to content

Commit

Permalink
Clean up uneccessary line in README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Feb 2, 2019
1 parent 7079313 commit eacc381
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Unit/MSFT_xGroupResource.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -929,11 +929,7 @@ try
return $memberPrincipals
}

<<<<<<< HEAD
Mock -CommandName 'Clear-GroupMembers' -MockWith { }
=======
Mock -CommandName 'Clear-GroupMember' -MockWith { }
>>>>>>> Renamed Clear-GroupMembers helper function to Clear-GroupMember to remove violation of PowerShell best practice.
Mock -CommandName 'Add-GroupMember' -MockWith { }
Mock -CommandName 'Remove-GroupMember' -MockWith { }
Mock -CommandName 'Remove-Group' -MockWith { }
Expand Down

0 comments on commit eacc381

Please sign in to comment.