Skip to content

Commit 29da161

Browse files
committed
fix(tests): fixed string quotes for new test
1 parent 75a4be0 commit 29da161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Rules/PlaceCloseBrace.tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,10 @@ if (`$true) {
405405
"@
406406
$OTPSAndStroustrupDefinition = @"
407407
if (`$true) {
408-
"yes"
408+
'yes'
409409
}
410410
else {
411-
"no"
411+
'no'
412412
}
413413
"@
414414
}

0 commit comments

Comments
 (0)