We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edceda commit 67b96b3Copy full SHA for 67b96b3
1 file changed
Tests/Unit/MSFT_xVirtualMemory.Tests.ps1
@@ -122,8 +122,7 @@ try {
122
InitialSize = 0
123
MaximumSize = 1337
124
}
125
- It 'Should throw if no valid drive letter has been used'
126
- {
+ It 'Should throw if no valid drive letter has been used' {
127
{ Set-TargetResource @testParameters } | Should Throw
128
129
@@ -133,8 +132,7 @@ try {
133
132
134
135
136
- It 'Should throw if the drive is not ready'
137
+ It 'Should throw if the drive is not ready' {
138
139
140
0 commit comments