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 7534388 commit 944b904Copy full SHA for 944b904
test/Spec/MockContract.hs
@@ -670,10 +670,11 @@ mockSlotRange ::
670
forall (w :: Type).
671
POSIXTimeRange ->
672
MockContract w (Either TimeSlotConversionError SlotRange)
673
-mockSlotRange = pure . Right . \case
674
- Interval (LowerBound NegInf True) (UpperBound PosInf True) ->
675
- Interval (LowerBound NegInf True) (UpperBound PosInf True)
676
- _ ->
677
- slotRange
+mockSlotRange =
+ pure . Right . \case
+ Interval (LowerBound NegInf True) (UpperBound PosInf True) ->
+ Interval (LowerBound NegInf True) (UpperBound PosInf True)
+ _ ->
678
+ slotRange
679
where
680
slotRange = Interval (lowerBound 47577202) (strictUpperBound 50255602)
0 commit comments