We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44be00a commit 0d21bfdCopy full SHA for 0d21bfd
cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Config/JsonbInSchema.hs
@@ -1,3 +1,4 @@
1
+{-# LaNGUAge BangPatterns #-}
2
{-# LANGUAGE NumericUnderscores #-}
3
{-# LANGUAGE OverloadedStrings #-}
4
@@ -35,7 +36,7 @@ configRemoveJsonbFromSchemaEnabled = do
35
36
False
37
"There should be no jsonb data types in database if option is enabled"
38
Trace.traceM "configRemoveJsonbFromSchemaEnabled: D"
- force <$> checkStillRuns dbSync
39
+ !_ <- force <$> checkStillRuns dbSync
40
Trace.traceM "configRemoveJsonbFromSchemaEnabled: End"
41
where
42
args = initCommandLineArgs {claFullMode = False}
0 commit comments