Skip to content

Commit 9994cdf

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix indentation
1 parent 9e32bc4 commit 9994cdf

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

resources/PSScript/psscript.tests.ps1

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
# Licensed under the MIT License.
33

44
BeforeDiscovery {
5-
$testCases = if ($IsWindows) {
6-
@(
7-
@{
8-
resourceType = 'Microsoft.DSC.Transitional/PowerShellScript'
9-
}
10-
@{
11-
resourceType = 'Microsoft.DSC.Transitional/WindowsPowerShellScript'
12-
}
13-
)
14-
} else {
15-
@(
16-
@{
17-
resourceType = 'Microsoft.DSC.Transitional/PowerShellScript'
18-
}
19-
)
20-
}
5+
$testCases = if ($IsWindows) {
6+
@(
7+
@{
8+
resourceType = 'Microsoft.DSC.Transitional/PowerShellScript'
9+
}
10+
@{
11+
resourceType = 'Microsoft.DSC.Transitional/WindowsPowerShellScript'
12+
}
13+
)
14+
} else {
15+
@(
16+
@{
17+
resourceType = 'Microsoft.DSC.Transitional/PowerShellScript'
18+
}
19+
)
20+
}
2121
}
2222

2323
Describe 'Tests for PSScript resource' {

0 commit comments

Comments
 (0)