fixup! fixup! fixup! finished events tests

This commit is contained in:
Iraq Jaber
2025-05-29 21:18:56 +02:00
parent f0ccb9aeb7
commit dc7ecadeb1

View File

@@ -271,6 +271,9 @@ func Setup(ctx context.Context, config *Config, steps *Steps, masterKey string)
ExternalSecure: config.ExternalSecure, ExternalSecure: config.ExternalSecure,
defaults: config.SystemDefaults, defaults: config.SystemDefaults,
}, },
&TransactionalTables{
dbClient: dbClient,
},
&projectionTables{ &projectionTables{
es: eventstoreClient, es: eventstoreClient,
Version: build.Version(), Version: build.Version(),
@@ -289,9 +292,6 @@ func Setup(ctx context.Context, config *Config, steps *Steps, masterKey string)
&RiverMigrateRepeatable{ &RiverMigrateRepeatable{
client: dbClient, client: dbClient,
}, },
&TransactionalTables{
dbClient: dbClient,
},
} }
for _, repeatableStep := range repeatableSteps { for _, repeatableStep := range repeatableSteps {