Skip to content

Commit 467dc24

Browse files
authored
test(systemtests): fix mint v2 tests (#22789)
1 parent 9c40d0f commit 467dc24

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: tests/systemtests/mint_test.go

-7
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ func TestMintQueries(t *testing.T) {
4040
baseurl := systest.Sut.APIAddress()
4141
blockHeightHeader := "x-cosmos-block-height"
4242
queryAtHeight := "1"
43-
44-
// TODO: check why difference in values when querying with height between v1 and v2
45-
// ref: https://github.com/cosmos/cosmos-sdk/issues/22302
46-
if systest.IsV2() {
47-
queryAtHeight = "2"
48-
}
49-
5043
paramsResp := `{"params":{"mint_denom":"stake","inflation_rate_change":"0.130000000000000000","inflation_max":"1.000000000000000000","inflation_min":"0.000000000000000000","goal_bonded":"0.670000000000000000","blocks_per_year":"6311520","max_supply":"0"}}`
5144
inflationResp := `{"inflation":"1.000000000000000000"}`
5245
annualProvisionsResp := `{"annual_provisions":"2000000000.000000000000000000"}`

0 commit comments

Comments
 (0)