Skip to content

Commit

Permalink
fix: remove check for height in test
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 20, 2024
1 parent 120c882 commit aaf1495
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/configurer/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func TestParseGovPropFromFile(t *testing.T) {
require.NoError(t, err)

require.Equal(t, msgProp.Plan.Name, v1.Upgrade.UpgradeName)
require.Equal(t, msgProp.Plan.Height, int64(25))
}

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

0 comments on commit aaf1495

Please sign in to comment.