Skip to content

Commit

Permalink
fix hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Nov 12, 2019
1 parent f38b668 commit 66b20d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/test/unit/Cardano/Pool/MetricsSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ prop_combineDefaults
prop_combineDefaults mStake = do
combineMetrics mStake Map.empty Map.empty
===
(Right $ Map.map (, Quantity 0, 0) mStake)
Right (Map.map (, Quantity 0, 0) mStake)

-- | it fails if a block-producer or performance is not in the stake distr
prop_combineIsLeftBiased
Expand Down

0 comments on commit 66b20d1

Please sign in to comment.