Skip to content
Snippets Groups Projects
Commit 66f59b2f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5031 revert auto formatting

parent 715166bc
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,7 @@ class PostfachEventListenerITCase {
private static final Command COMMAND = CommandTestFactory.createBuilder().order(Order.CREATE_ATTACHED_ITEM.name())
.bodyObject(Map.of(VorgangAttachedItem.FIELDNAME_ITEM_NAME, AttachedItemRemoteService.ITEM_NAME,
PostfachNachricht.FIELD_DIRECTION, "IN"))
.build();
PostfachNachricht.FIELD_DIRECTION, "IN")).build();
@Test
void shouldCallListener() {
......@@ -146,8 +145,7 @@ class PostfachEventListenerITCase {
void shouldNotCallListenerOnWrongDirection() {
var command = CommandTestFactory.createBuilder().order(Order.CREATE_ATTACHED_ITEM.name())
.bodyObject(Map.of(VorgangAttachedItem.FIELDNAME_ITEM_NAME, AttachedItemRemoteService.ITEM_NAME,
PostfachNachricht.FIELD_DIRECTION, "OUT"))
.build();
PostfachNachricht.FIELD_DIRECTION, "OUT")).build();
publisher.publishEvent(new VorgangAttachedItemCreatedEvent(command, CommandTestFactory.CREATED_RESOURCE));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment