File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/Test/Database/LSMTree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4141testSalt :: 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
You can’t perform that action at this time.
0 commit comments