mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-03 15:25:45 +00:00
Update e2e_convert_cosmos_coins_test.go
This commit is contained in:
parent
58a83caddc
commit
1f7139a41d
@ -39,10 +39,10 @@ func setupConvertToCoinTest(
|
|||||||
context.Background(),
|
context.Background(),
|
||||||
&evmutiltypes.QueryParamsRequest{},
|
&evmutiltypes.QueryParamsRequest{},
|
||||||
)
|
)
|
||||||
suite.NoError(err)
|
suite.Require().NoError(err, "failed to query evmutil params")
|
||||||
suite.GreaterOrEqual(
|
suite.Require().GreaterOrEqual(
|
||||||
len(params.Params.AllowedCosmosDenoms), 1,
|
len(params.Params.AllowedCosmosDenoms), 1,
|
||||||
"0g-chain expected to have at least one AllowedCosmosDenom for ERC20 conversion",
|
"0g-chain must have at least one AllowedCosmosDenom for ERC20 conversion",
|
||||||
)
|
)
|
||||||
|
|
||||||
tokenInfo := params.Params.AllowedCosmosDenoms[0]
|
tokenInfo := params.Params.AllowedCosmosDenoms[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user