Skip to content

Commit 497abaa

Browse files
authored
🐛 fixes wrong variable used in AboutStringBuilder (#380)
1 parent 6c8c91a commit 497abaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSKoans/Koans/Constructs and Patterns/AboutStringBuilder.Koans.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Describe 'System.Text.StringBuilder' {
157157
Get-Member |
158158
Where-Object MemberType -eq 'Property'
159159

160-
$ExpectedCount = $Properties |
160+
$ExpectedPropertyCount = $Properties |
161161
Measure-Object |
162162
Select-Object -ExpandProperty Count
163163

0 commit comments

Comments
 (0)