Skip to content
Snippets Groups Projects
Commit 6f4e1610 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

OZG-6891 adjust assert message

parent 4d1505f5
No related branches found
No related tags found
No related merge requests found
...@@ -319,7 +319,7 @@ public class XtaServerSetupExtensionTestUtil { ...@@ -319,7 +319,7 @@ public class XtaServerSetupExtensionTestUtil {
try { try {
haveExactlyClosedStatusForRaw(messageIds); haveExactlyClosedStatusForRaw(messageIds);
} catch (AssertionError | RuntimeException e) { } catch (AssertionError | RuntimeException e) {
log.error("TransportReports do not have excepted green status for messageIds!"); log.error("TransportReports do not have excepted closed status for messageIds!");
throw e; throw e;
} }
return this; return this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment