Skip to content

Commit

Permalink
Try to fix docusaurus error
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Dec 23, 2024
1 parent 0bc832e commit f6710c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/ContestationPeriodSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec = do
prop "works for diff times > 0" $
isJust . fromNominalDiffTime . getPositive

prop "fails for diff times <= 0" $
prop "fails for diff times less or equal to 0" $
isNothing . fromNominalDiffTime . getNonPositive

prop "rounds to 1 second" $ \n ->
Expand Down

0 comments on commit f6710c7

Please sign in to comment.