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

OZG-6891 adjust assert message

parent 77bc50b2
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ public class XtaServerSetupExtensionTestUtil {
try {
haveExactlyClosedStatusForRaw(messageIds);
} 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;
}
return this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment