diff --git a/integration/networktest/actions/setup_actions.go b/integration/networktest/actions/setup_actions.go index 7bf167abb6..a6a6f02556 100644 --- a/integration/networktest/actions/setup_actions.go +++ b/integration/networktest/actions/setup_actions.go @@ -67,7 +67,6 @@ func (a *AllocateFaucetFunds) Run(ctx context.Context, network networktest.Netwo return ctx, err } acc = user.Wallet().Address() - } return ctx, network.AllocateFaucetFunds(ctx, acc) }