Skip to content

Commit

Permalink
test: fix minter provision after network test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Apr 30, 2024
1 parent a85f034 commit d6f4170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mint/client/cli/query_minter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestQueryPhaseProvision(t *testing.T) {
} else {
require.NoError(t, err)
phaseProvision := strings.Replace(string(res.Bytes()), "\n", "", 1)
require.Equal(t, "0.000000000000000000", phaseProvision)
require.Equal(t, "57446808.510638297750000000", phaseProvision)
}
})
}
Expand Down

0 comments on commit d6f4170

Please sign in to comment.