esqueleto-3.5.3.0 (#292)
This commit is contained in:
parent
ed4e98f96b
commit
c70799be09
@ -2313,8 +2313,8 @@ testExperimentalFrom = do
|
|||||||
rows <- select $ do
|
rows <- select $ do
|
||||||
(persons :& profiles :& posts) <- Experimental.from $ q
|
(persons :& profiles :& posts) <- Experimental.from $ q
|
||||||
pure (persons ^. PersonId, profiles ^. ProfileId, posts ^. BlogPostId)
|
pure (persons ^. PersonId, profiles ^. ProfileId, posts ^. BlogPostId)
|
||||||
let result = coerce rows :: [(PersonId, ProfileId, BlogPostId)]
|
let result = rows :: [(Value PersonId, Value ProfileId, Value BlogPostId)]
|
||||||
-- We don't care about eh result of the query, only that it
|
-- We don't care about the result of the query, only that it
|
||||||
-- rendered & executed.
|
-- rendered & executed.
|
||||||
asserting noExceptions
|
asserting noExceptions
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user