Skip to content

Commit

Permalink
Ungroup function parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Dec 5, 2023
1 parent 17f369b commit 5d0b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testsuite/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
iotago "github.com/iotaledger/iota.go/v4"
)

func (t *TestSuite) AssertAccountStake(accountID iotago.AccountID, validatorStake, delegationStake iotago.BaseToken,
func (t *TestSuite) AssertAccountStake(accountID iotago.AccountID, validatorStake iotago.BaseToken, delegationStake iotago.BaseToken,
nodes ...*mock.Node) {
for _, node := range nodes {
t.Eventually(func() error {
Expand Down

0 comments on commit 5d0b757

Please sign in to comment.