Skip to content

Commit

Permalink
don't send needless params to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Apr 24, 2023
1 parent 37005ad commit c8bfbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/apptesting/test_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
type KeeperTestHelper struct {
suite.Suite

App *app.TokenApp
App *app.App
Ctx sdk.Context
QueryHelper *baseapp.QueryServiceTestHelper
TestAccs []sdk.AccAddress
Expand Down
2 changes: 1 addition & 1 deletion app/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type EmptyAppOptions struct{}

func (EmptyAppOptions) Get(_ string) interface{} { return nil }

func Setup(t *testing.T, _ bool, _ uint) *App {
func Setup(t *testing.T) *App {
t.Helper()

privVal := apphelpers.NewPV()
Expand Down

0 comments on commit c8bfbe9

Please sign in to comment.