Skip to content

Commit

Permalink
Update x/auth/tx/gogotx_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alex | Skip <[email protected]>
  • Loading branch information
mmsqe and aljo242 authored Jan 7, 2025
1 parent 151bbd8 commit c2dc751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/tx/gogotx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)

func TestNewWrapperFromDecodedTx(t *testing.T) {
func TestNewWrapperFromDecodedTxAllowsNilFee(t *testing.T) {
addrCodec := addresscodec.NewBech32Codec(sdk.GetConfig().GetBech32AccountAddrPrefix())
cdc := codec.NewProtoCodec(codectestutil.CodecOptions{}.NewInterfaceRegistry())
_, err := newWrapperFromDecodedTx(addrCodec, cdc, &decode.DecodedTx{
Expand Down

0 comments on commit c2dc751

Please sign in to comment.