Skip to content

Commit 3ab0fbd

Browse files
laeubimarcphilipp
andauthored
Apply suggestion from @marcphilipp
Co-authored-by: Marc Philipp <[email protected]>
1 parent 4655366 commit 3ab0fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform-reporting/src/main/java/org/junit/platform/reporting/open/xml/OpenTestReportGeneratingListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private DocumentWriter<Events> createDocumentWriter(ConfigurationParameters conf
161161
e);
162162
}
163163
catch (Exception e) {
164-
throw new JUnitException("Failed to connect to socket on port: " + portString, e);
164+
throw new JUnitException("Failed to connect to socket on port " + port, e);
165165
}
166166
}) //
167167
.orElseGet(() -> {

0 commit comments

Comments
 (0)