Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Add comment about IncreaseRedemptionFee call
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Nov 9, 2020
1 parent 8cb25fd commit 9f67bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/extensions/tbtc/tbtc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,9 @@ func TestProvideRedemptionProof_StopEventOccurred_DepositRedemptionRequested(
// to make sure the potential transaction completes
time.Sleep(2 * timeout)

// Expect exactly one call of `IncreaseRedemptionFee` coming from the
// explicit invocation placed above. The monitoring routine is not expected
// to do any calls.
expectedIncreaseRedemptionFeeCalls := 1
actualIncreaseRedemptionFeeCalls := tbtcChain.Logger().
IncreaseRedemptionFeeCalls()
Expand Down

0 comments on commit 9f67bfa

Please sign in to comment.