We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bb078 commit 768bc78Copy full SHA for 768bc78
integration/test/Test/Events.hs
@@ -385,7 +385,7 @@ testTransientEventsDoNotTriggerDeadLetters = do
385
386
-- consume it
387
runCodensity (createEventsWebSocket alice (Just clientId)) $ \ws -> do
388
- assertEvent ws $ \e -> do
+ assertFindsEvent ws $ \e -> do
389
e %. "data.event.payload.0.type" `shouldMatch` "user.client-add"
390
e %. "type" `shouldMatch` "event"
391
0 commit comments