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 d924f24 commit 128f921Copy full SHA for 128f921
hydra-node/test/Hydra/Events/S3Spec.hs
@@ -58,7 +58,7 @@ spec = do
58
getEvents source `shouldReturn` [123, 456 :: EventId]
59
60
it "supports multiple instances" $ \bucketName ->
61
- finally (cleanup bucketName) $ do
+ bracket_ (pure ()) (cleanup bucketName) $ do
62
(source1, sink1) <- newS3EventStore bucketName
63
(source2, sink2) <- newS3EventStore bucketName
64
putEvent sink1 123
0 commit comments