Skip to content

Commit

Permalink
Fixup: Add tests that hard fork from Alonzo to Babbage
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed May 24, 2022
1 parent 0b097bc commit 1f0a861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-chain-gen/test/Test/Cardano/Db/Mock/Config.hs
Expand Up @@ -206,7 +206,7 @@ withFullConfig config testLabel action iom migr = do
fingerFile <- prepareFingerprintFile testLabel
let dbsyncParams = syncNodeParams cfg
-- Set to True to disable logging, False to enable it.
trce <- if False
trce <- if True
then pure nullTracer
else configureLogging dbsyncParams "db-sync-node"
let dbsyncRun = runDbSync emptyMetricsSetters migr iom trce dbsyncParams True 35 35
Expand Down

0 comments on commit 1f0a861

Please sign in to comment.