create EventStreamInMemoryTest

This commit is contained in:
2025-03-29 01:00:34 +01:00
parent cee57ad2a3
commit a427bf88c7
7 changed files with 115 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ class ProjectionSnapshotRepositoryTest :
(0..9)
.map {
GlobalScope.launch {
(1..10).map {
(1..10).forEach {
val eventX =
lock.withLock {
EventXTest(num = 1, version = versionBuilder.buildNextVersion(aggregateId), aggregateId = aggregateId)