Skip to content

Commit

Permalink
Merge pull request #4024 from NikCharlebois/Integration-Test-Improvem…
Browse files Browse the repository at this point in the history
…ents

Update M365DSCTestEngine.psm1
  • Loading branch information
NikCharlebois authored Dec 12, 2023
2 parents ee83004 + 7c9e6a6 commit fc117da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Integration/M365DSCTestEngine.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function New-M365DSCIntegrationTest
'@

# Fetching examples
$exampleFiles = Get-ChildItem -Path "..\..\Modules\Microsoft365DSC\Examples\Resources\*.ps1" -Recurse
$exampleFiles = Get-ChildItem -Path ".\Modules\Microsoft365DSC\Examples\Resources\*.ps1" -Recurse
foreach ($file in $exampleFiles)
{
if ($file.FullName -like "*Modules\Microsoft365DSC\Examples\Resources\$Workload*")
Expand Down

0 comments on commit fc117da

Please sign in to comment.