Skip to content

Commit

Permalink
Remove redundant pattern match
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Nov 30, 2022
1 parent 6b67d04 commit e0c5952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hydra-cluster/test/Test/DirectChainSpec.hs
Expand Up @@ -310,7 +310,6 @@ spec = around showLogsOnFailure $ do

action `shouldThrow` \case
IntersectionNotFound{} -> True
_ -> False

it "can publish and query reference scripts in a timely manner" $ \tracer -> do
withTempDir "direct-chain" $ \tmp -> do
Expand Down

0 comments on commit e0c5952

Please sign in to comment.