Skip to content

Commit 8e21388

Browse files
committed
removing module import
1 parent 9bfb63c commit 8e21388

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Tests/Integration/DSR_KeyValuePairFile.Integration.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ 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
2019
$TestEnvironment = Initialize-TestEnvironment `
2120
-DSCModuleName $script:DSCModuleName `
2221
-DSCResourceName $script:DSCResourceName `

Tests/Integration/DSR_ReplaceText.Integration.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ 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
2019
$TestEnvironment = Initialize-TestEnvironment `
2120
-DSCModuleName $script:DSCModuleName `
2221
-DSCResourceName $script:DSCResourceName `

0 commit comments

Comments
 (0)