Skip to content

Commit 67b96b3

Browse files
committed
AppVeyor test for Exceptions was failing. Moved curly braces one line up
1 parent 4edceda commit 67b96b3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Tests/Unit/MSFT_xVirtualMemory.Tests.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ try {
122122
InitialSize = 0
123123
MaximumSize = 1337
124124
}
125-
It 'Should throw if no valid drive letter has been used'
126-
{
125+
It 'Should throw if no valid drive letter has been used' {
127126
{ Set-TargetResource @testParameters } | Should Throw
128127
}
129128

@@ -133,8 +132,7 @@ try {
133132
InitialSize = 0
134133
MaximumSize = 1337
135134
}
136-
It 'Should throw if the drive is not ready'
137-
{
135+
It 'Should throw if the drive is not ready' {
138136
{ Set-TargetResource @testParameters } | Should Throw
139137
}
140138
}

0 commit comments

Comments
 (0)