Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jul 10, 2023
1 parent b424f9c commit bf97827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (s *E2ETestSuite) initGenesis() {
// bech32
bech32GenState.NativeHRP = sdk.GetConfig().GetBech32AccountAddrPrefix()

bz, err = s.cdc.MarshalJSON(&bech32GenState)
bz, err := s.cdc.MarshalJSON(&bech32GenState)
s.Require().NoError(err)
appGenState[bech32ibctypes.ModuleName] = bz

Expand Down
2 changes: 0 additions & 2 deletions x/incentive/client/tests/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package tests
import (
"testing"

"gotest.tools/v3/assert"

umeeapp "github.com/umee-network/umee/v5/app"
)

Expand Down

0 comments on commit bf97827

Please sign in to comment.