use GameEventStoreInPostgresql instead of InMemory

This commit is contained in:
2025-03-29 03:31:13 +01:00
parent d9e05e6d9a
commit 7d030204f6
7 changed files with 30 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ import org.junit.jupiter.api.assertThrows
import kotlin.test.assertNotNull
@DelicateCoroutinesApi
class EventStreamInMemoryTest :
class EventStreamTest :
FunSpec({
fun EventStream<EventXTest, IdTest>.with3Events(block: EventStream<EventXTest, IdTest>.(id: IdTest) -> Unit) =
also {