Skip to content

Commit 9c425d6

Browse files
committed
Make integration test more idiomatic.
1 parent e392fb4 commit 9c425d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/test/Test/Teams.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ testListUsersEmailVisibility = do
494494
withModifiedBackend overrides $ \dom -> do
495495
let userToQId mem = do
496496
memId <- mem %. "id" >>= asString
497-
pure $ object ["domain" .= dom, "id" .= memId]
497+
pure $ objQidObject memId
498498

499499
(owner, _tid, mems) <- createTeam dom 5
500500
memQIds <- for mems userToQId

0 commit comments

Comments
 (0)