Skip to content

Commit 2f586f2

Browse files
committed
added comment
1 parent b411148 commit 2f586f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/Integration/DSR_ReplaceText.Integration.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if ( (-not (Test-Path -Path (Join-Path -Path $script:moduleRoot -ChildPath 'DSCR
1616

1717
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath 'DSCResource.Tests\TestHelper.psm1') -Force
1818
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath "$($script:DSCModuleName).psd1") -Force
19+
# Helper module import required for the Get-FileEncoding function
1920
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath 'Modules\FileContentDsc.Common') -Force
2021
$TestEnvironment = Initialize-TestEnvironment `
2122
-DSCModuleName $script:DSCModuleName `

0 commit comments

Comments
 (0)