Skip to content

Commit 10d748b

Browse files
authored
Remove debug code
1 parent f417305 commit 10d748b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platform-tests/src/test/java/org/junit/platform/reporting/open/xml/OpenTestReportGeneratingListenerTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ void writesValidXmlReport() throws Exception {
6464
var xmlFile = findXmlReport();
6565
assertThat(validate(xmlFile)).isEmpty();
6666

67-
Pattern.compile("^[0-9a-f]{8}$");
68-
6967
var expected = """
7068
<e:events xmlns="https://schemas.opentest4j.org/reporting/core/0.1.0" xmlns:e="https://schemas.opentest4j.org/reporting/events/0.1.0"
7169
xmlns:git="https://schemas.opentest4j.org/reporting/git/0.1.0"

0 commit comments

Comments
 (0)