Skip to content

Commit

Permalink
chore: remove redundant code (cosmos#4952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Oct 26, 2023
1 parent b3635b1 commit 3ac8566
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions e2e/tests/transfer/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ func (s *TransferTestSuite) TestMsgTransfer_Succeeds_Nonincentivized() {

expected := testvalues.IBCTransferAmount
s.Require().Equal(expected, actualBalance.Int64())

if testvalues.DenomMetadataFeatureReleases.IsSupported(chainBVersion) {
s.AssertHumanReadableDenom(ctx, chainB, chainADenom, channelA)
}
})

if testvalues.TokenMetadataFeatureReleases.IsSupported(chainBVersion) {
Expand Down
5 changes: 0 additions & 5 deletions e2e/testvalues/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,3 @@ var LocalhostClientFeatureReleases = semverutil.FeatureReleases{
"v7.1",
},
}

// DenomMetadataFeatureReleases represents the releases the human readable denom feature was released in.
var DenomMetadataFeatureReleases = semverutil.FeatureReleases{
MajorVersion: "v8",
}

0 comments on commit 3ac8566

Please sign in to comment.