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 30b4c36 commit b9f2079Copy full SHA for b9f2079
test/Test/Database/LSMTree/StateMachine/DL.hs
@@ -39,7 +39,8 @@ import Test.Util.PrettyProxy
39
tests :: TestTree
40
tests = testGroup "Test.Database.LSMTree.StateMachine.DL" [
41
QC.testProperty "prop_example" prop_example
42
- , QC.testProperty "prop_noSwallowedExceptions" prop_noSwallowedExceptions
+ , QC.testProperty "prop_noSwallowedExceptions" $
43
+ noShrinking prop_noSwallowedExceptions
44
]
45
46
instance DynLogicModel (Lockstep (ModelState IO R.Table))
0 commit comments