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

OZG-7515 fix naming

parent 8b34ad2d
No related branches found
No related tags found
1 merge request!11Ozg 7515 migrate patch item command
...@@ -146,7 +146,7 @@ class M014_AddItemNameBescheidToPatchAttachedItemCommandITCase { ...@@ -146,7 +146,7 @@ class M014_AddItemNameBescheidToPatchAttachedItemCommandITCase {
class TestFullMigration { class TestFullMigration {
@Test @Test
void shouldAddOrRemoveCommands() { void shouldNotAddOrRemoveCommands() {
migration.doMigration(mongoOperations); migration.doMigration(mongoOperations);
var commands = mongoOperations.findAll(Document.class, MigrationDbTestUtils.COMMAND_COLLECTION); var commands = mongoOperations.findAll(Document.class, MigrationDbTestUtils.COMMAND_COLLECTION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment