Skip to content

Commit 0d21bfd

Browse files
committed
DIP
1 parent 44be00a commit 0d21bfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Config/JsonbInSchema.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# LaNGUAge BangPatterns #-}
12
{-# LANGUAGE NumericUnderscores #-}
23
{-# LANGUAGE OverloadedStrings #-}
34

@@ -35,7 +36,7 @@ configRemoveJsonbFromSchemaEnabled = do
3536
False
3637
"There should be no jsonb data types in database if option is enabled"
3738
Trace.traceM "configRemoveJsonbFromSchemaEnabled: D"
38-
force <$> checkStillRuns dbSync
39+
!_ <- force <$> checkStillRuns dbSync
3940
Trace.traceM "configRemoveJsonbFromSchemaEnabled: End"
4041
where
4142
args = initCommandLineArgs {claFullMode = False}

0 commit comments

Comments
 (0)