Skip to content

Commit 382e7b8

Browse files
committed
Move -Skip parameter from InModuleScope to Describe
The -Skip parameter was moved from the InModuleScope block to the Describe block in Remove-VcIntuneApplication.Tests.ps1. This change ensures that the Describe block is conditionally skipped rather than the entire module scope.
1 parent 2caabb9 commit 382e7b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Public/Remove-VcIntuneApplication.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ BeforeDiscovery {
1515
}
1616
}
1717

18-
InModuleScope VcRedist -Skip:$Skip {
19-
Describe "Remove-VcIntuneApplication" {
18+
InModuleScope VcRedist {
19+
Describe "Remove-VcIntuneApplication" -Skip:$Skip {
2020
BeforeAll {
2121
}
2222

0 commit comments

Comments
 (0)