Skip to content

Commit

Permalink
[misc] Remove debug message (leftover)
Browse files Browse the repository at this point in the history
  • Loading branch information
mflorea committed Nov 15, 2024
1 parent ffd6b52 commit e51534a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,7 @@ void liveTable(TestUtils setup, TestConfiguration testConfiguration) throws Exce
contentWithoutWhitespace.indexOf(/* Page */ "Child" + /* Location */ "PDFExportITLiveTable" + "Child");
int parentIndex =
contentWithoutWhitespace.indexOf(/* Page */ "WebHome" + /* Location */ "PDFExportITLiveTable");
assertTrue(childIndex < parentIndex,
"Unexpected content: " + content + "\n contentWithoutLineEndings: " + contentWithoutWhitespace);
assertTrue(childIndex < parentIndex, "Unexpected content: " + content);
}
}

Expand Down

0 comments on commit e51534a

Please sign in to comment.