Polishing.

Original pull request #1231
See #537
This commit is contained in:
Jens Schauder
2022-06-20 15:06:14 +02:00
parent 1a283fa406
commit ed7853d2d0
6 changed files with 11 additions and 25 deletions

View File

@@ -364,8 +364,9 @@ class JdbcAggregateTemplateIntegrationTests {
});
}
@Test
@Test // GH-537
void saveAndDeleteAllByAggregateRootsWithVersion() {
AggregateWithImmutableVersion aggregate1 = new AggregateWithImmutableVersion(null, null);
AggregateWithImmutableVersion aggregate2 = new AggregateWithImmutableVersion(null, null);
AggregateWithImmutableVersion aggregate3 = new AggregateWithImmutableVersion(null, null);