esqueleto-3.5.3.0 (#292)

This commit is contained in:
Matt Parsons 2021-09-30 11:59:30 -06:00 committed by GitHub
parent ed4e98f96b
commit c70799be09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2313,8 +2313,8 @@ testExperimentalFrom = do
rows <- select $ do
(persons :& profiles :& posts) <- Experimental.from $ q
pure (persons ^. PersonId, profiles ^. ProfileId, posts ^. BlogPostId)
let result = coerce rows :: [(PersonId, ProfileId, BlogPostId)]
-- We don't care about eh result of the query, only that it
let result = rows :: [(Value PersonId, Value ProfileId, Value BlogPostId)]
-- We don't care about the result of the query, only that it
-- rendered & executed.
asserting noExceptions