Skip to content

Commit 1dac3e7

Browse files
committed
Fix unit test header
1 parent be3c785 commit 1dac3e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Unit/Private/ConvertFrom-ServiceStartMode.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BeforeDiscovery {
1111
if (-not (Get-Module -Name 'DscResource.Test' -ListAvailable))
1212
{
1313
# Redirect all streams to $null, except the error stream (stream 2)
14-
& "$PSScriptRoot/../../build.ps1" -Tasks 'noop' 2>&1 4>&1 5>&1 6>&1 > $null
14+
& "$PSScriptRoot/../../../build.ps1" -Tasks 'noop' 2>&1 4>&1 5>&1 6>&1 > $null
1515
}
1616

1717
# If the dependencies has not been resolved, this will throw an error.

tests/Unit/Private/Get-InstanceId.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BeforeDiscovery {
1111
if (-not (Get-Module -Name 'DscResource.Test' -ListAvailable))
1212
{
1313
# Redirect all streams to $null, except the error stream (stream 2)
14-
& "$PSScriptRoot/../../build.ps1" -Tasks 'noop' 2>&1 4>&1 5>&1 6>&1 > $null
14+
& "$PSScriptRoot/../../../build.ps1" -Tasks 'noop' 2>&1 4>&1 5>&1 6>&1 > $null
1515
}
1616

1717
# If the dependencies has not been resolved, this will throw an error.

tests/Unit/Private/Get-RegistryPropertyValue.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BeforeDiscovery {
1010
if (-not (Get-Module -Name 'DscResource.Test' -ListAvailable))
1111
{
1212
# Redirect all streams to $null, except the error stream (stream 2)
13-
& "$PSScriptRoot/../../build.ps1" -Tasks 'noop' 2>&1 4>&1 5>&1 6>&1 > $null
13+
& "$PSScriptRoot/../../../build.ps1" -Tasks 'noop' 2>&1 4>&1 5>&1 6>&1 > $null
1414
}
1515

1616
# If the dependencies has not been resolved, this will throw an error.

0 commit comments

Comments
 (0)