Skip to content

Commit

Permalink
Remove unneeded type ascription
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Dec 1, 2023
1 parent cfba418 commit ed04d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Node/RunSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec =
run options `shouldThrow` aConfigurationException

aConfigurationException :: Selector ConfigurationException
aConfigurationException = (const True :: Selector ConfigurationException)
aConfigurationException = const True

0 comments on commit ed04d04

Please sign in to comment.