From 5d0b757909c675fbf260deb2c8914a9e9937a372 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Tue, 5 Dec 2023 12:56:48 +0100 Subject: [PATCH] Ungroup function parameters --- pkg/testsuite/accounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/testsuite/accounts.go b/pkg/testsuite/accounts.go index e1de90632..6227c95a2 100644 --- a/pkg/testsuite/accounts.go +++ b/pkg/testsuite/accounts.go @@ -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 {