Skip to content

Commit

Permalink
chore: address lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Aug 16, 2021
1 parent 15652aa commit 9845fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func setup(withGenesis bool, invCheckPeriod uint) (*SimApp, GenesisState) {

// Setup initializes a new SimApp. A Nop logger is set in SimApp.
func Setup(t *testing.T, isCheckTx bool) *SimApp {
t.Helper()
t.Helper()

app, genesisState := setup(!isCheckTx, 5)
if !isCheckTx {
Expand Down

0 comments on commit 9845fae

Please sign in to comment.