We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a721475 commit d8b1e27Copy full SHA for d8b1e27
integration/test/Test/TeamCollaborators.hs
@@ -238,7 +238,7 @@ testRemoveCollaboratorInTeamConversation = do
238
239
bobId <- bob %. "qualified_id"
240
bobUnqualifiedId <- bobId %. "id"
241
- let checkLeaveEvent :: (MakesValue a, HasCallStack) => a -> App ()
+ let checkLeaveEvent :: (MakesValue a, HasCallStack) => a -> App ()
242
checkLeaveEvent evt = do
243
evt %. "payload.0.data.user" `shouldMatch` bobUnqualifiedId
244
evt %. "payload.0.team" `shouldMatch` team
0 commit comments