Skip to content

Commit 06616cf

Browse files
committed
updated
1 parent f3caef1 commit 06616cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/powershell/tests/Test-Assessment.41018.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function Test-Assessment-41018 {
144144
# Show count above the table when results are truncated.
145145
$preTableLines = ''
146146
if ($totalCount -gt $maxDisplay) {
147-
$preTableLines = "Total open issues: $totalCount.`n`n"
147+
$preTableLines = "Total open issues: $totalCount`n`n"
148148
}
149149

150150
$formatTemplate = @'

0 commit comments

Comments
 (0)