Skip to content

Commit

Permalink
gofumpted (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Nov 2, 2022
1 parent 3835877 commit 7974ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/alloc/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func (suite *KeeperTestSuite) SetupTest() {
suite.app = simapp.New(suite.T().TempDir())
suite.ctx = suite.app.BaseApp.NewContext(false, tmproto.Header{Height: 1, ChainID: "omniflixhub-1", Time: time.Now().UTC()})
suite.app.AllocKeeper.SetParams(suite.ctx, types.DefaultParams())

}

func TestKeeperTestSuite(t *testing.T) {
Expand Down

0 comments on commit 7974ee2

Please sign in to comment.