Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Sep 7, 2023
1 parent 2b996b3 commit 3ab397d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ func SetupWithGenesisValSet(
}

func setup(t *testing.T, withGenesis bool) (*OmniFlixApp, GenesisState) {
t.Helper()

db := dbm.NewMemDB()
nodeHome := t.TempDir()
encCdc := MakeEncodingConfig()
Expand Down

0 comments on commit 3ab397d

Please sign in to comment.