Skip to content
Snippets Groups Projects
Commit 20199ea8 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7515 fix test formatting

parent 0bd5e510
Branches
Tags
1 merge request!11Ozg 7515 migrate patch item command
......@@ -124,7 +124,6 @@ class M014_AddItemNameBescheidToPatchAttachedItemCommandITCase {
var query = migration.createQuery(List.of(sendBescheidCommand.getObjectId(ID_FIELD).toString()));
var commands = mongoOperations.find(query, Document.class, MigrationDbTestUtils.COMMAND_COLLECTION);
assertThat(commands).usingRecursiveFieldByFieldElementComparator()
.containsExactly(patchAttachedItemCommand);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment