Skip to content

Commit

Permalink
Corrected bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Mar 8, 2024
1 parent a80223e commit 2a9044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Public/Test-M365PowerShellDataFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Test-M365PowershellDataFile
# Load Example data from module M365DSC.CompositeResources
$Obj_M365DataExample = Import-PSDataFile -Path (((Get-Module -ListAvailable M365DSC.CompositeResources).path | Split-Path) + '\M365ConfigurationDataExample.psd1')

$Node_Root = Get-Node $InputObject
$Node_Root = Get-Node -InputObject $InputObject
$Pester_Config = @(

'#Requires -Modules Pester'
Expand Down

0 comments on commit 2a9044a

Please sign in to comment.