Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Jan 30, 2023
1 parent 4ea27f1 commit d8fc627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/alliance/e2e/test_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
test_helpers "github.com/terra-money/alliance/app"
)

//nolint:golint,unused
//nolint:unused
func setupApp(t *testing.T, numValidators int, numDelegators int, initBalance sdk.Coins) (app *test_helpers.App, ctx sdk.Context, valAddrs []sdk.ValAddress, delAddrs []sdk.AccAddress) {
app = test_helpers.Setup(t, false)
ctx = app.BaseApp.NewContext(false, tmproto.Header{})
Expand Down

0 comments on commit d8fc627

Please sign in to comment.