correct spelling mistake

This commit is contained in:
Edward Betts 2017-09-01 18:23:53 +01:00
parent 352fca204c
commit fcab336fb3

View File

@ -846,7 +846,7 @@ main = do
return (p ^. PersonId :: SqlExpr (Value PersonId))
-- There are 2^4 = 16 possible orderings. The chance
-- of 11 random samplings returning the same ordering
-- is 1/2^40, so this test should pass almost everytime.
-- is 1/2^40, so this test should pass almost every time.
liftIO $ S.size rets `shouldSatisfy` (>2)
it "works on a composite primary key" $