Skip to content

Commit 448038d

Browse files
committed
readding module import
1 parent 8e21388 commit 448038d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Tests/Integration/DSR_KeyValuePairFile.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+
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath 'Modules\FileContentDsc.Common') -Force
1920
$TestEnvironment = Initialize-TestEnvironment `
2021
-DSCModuleName $script:DSCModuleName `
2122
-DSCResourceName $script:DSCResourceName `

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+
Import-Module (Join-Path -Path $script:moduleRoot -ChildPath 'Modules\FileContentDsc.Common') -Force
1920
$TestEnvironment = Initialize-TestEnvironment `
2021
-DSCModuleName $script:DSCModuleName `
2122
-DSCResourceName $script:DSCResourceName `

0 commit comments

Comments
 (0)