Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Feb 13, 2023
1 parent 738e6be commit 8cceb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions x/collection/client/testutil/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (s *IntegrationTestSuite) SetupSuite() {
gs.Params = params

gsBz, err := s.cfg.Codec.MarshalJSON(&gs)
s.Require().NoError(err)
s.cfg.GenesisState[collection.ModuleName] = gsBz

s.network = network.New(s.T(), s.cfg)
Expand Down
2 changes: 1 addition & 1 deletion x/collection/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type KeeperTestSuite struct {

depthLimit int

numNFTs int
numNFTs int
numRoots int
}

Expand Down

0 comments on commit 8cceb34

Please sign in to comment.