Skip to content

Commit

Permalink
fix pester test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrola committed Oct 11, 2024
1 parent 66d089e commit 42c6d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
* Migrate to new Settings Catalog cmdlets.
* IntuneMobileAppsMacOSLobApp
* Initial release
* TeamsGroupPolicyAssignments
* FIXES [#5179](https://github.com/microsoft/Microsoft365DSC/issues/5179)
* M365DSCDRGUtil
* Fixes an issue for the handling of skipped one-property elements in the
Settings Catalog. FIXES [#5086](https://github.com/microsoft/Microsoft365DSC/issues/5086)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
Mock -CommandName Find-CsGroup -MockWith {
return @(
@{
Id= '00000000-0000-0000-0000-000000000000'
Displayname = 'TestGroup'
}
)
Expand Down

0 comments on commit 42c6d0d

Please sign in to comment.