Skip to content

Commit 7c77b46

Browse files
committed
Markdown-Formatting.Tests.ps1: Removed stray assert
1 parent 77c313e commit 7c77b46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eng/build/Markdown-Formatting.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Describe "Format-Test-Results" {
4242
$output | Should -Match "Passed=$($_.PassedCount)"
4343
$output | Should -Match "Failed=$($_.FailedCount)"
4444
$output | Should -Match "Ignored=$($_.IgnoredCount)"
45-
"" | Should -Be ""
4645
}
4746

4847
Context "respects custom status text/icons" {

0 commit comments

Comments
 (0)