Skip to content

Commit c28effa

Browse files
committed
WIP
1 parent b7111fe commit c28effa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Test/Database/LSMTree/UnitTests.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests =
3535
, testCase "unit_unions_1" unit_unions_1
3636
, testCase "unit_union_credits" unit_union_credits
3737
, testCase "unit_union_credit_0" unit_union_credit_0
38-
, testCase "unit_union_blobref_invalidation" unit_union_blobref_invalidation
38+
, testProperty "unit_union_blobref_invalidation" unit_union_blobref_invalidation
3939
]
4040

4141
testSalt :: R.Salt
@@ -218,8 +218,8 @@ unit_union_credit_0 =
218218

219219
-- | Blob refs into a union don't get invalidated when updating the union's
220220
-- input tables.
221-
unit_union_blobref_invalidation :: Assertion
222-
unit_union_blobref_invalidation =
221+
unit_union_blobref_invalidation :: Property
222+
unit_union_blobref_invalidation = ioProperty $
223223
withTempIOHasBlockIO "test" $ \hfs hbio ->
224224
withOpenSession nullTracer hfs hbio testSalt (FS.mkFsPath []) $ \sess ->
225225
withTableWith config sess $ \t1 -> do

0 commit comments

Comments
 (0)