mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-02 14:55:17 +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(),
|
||||
&evmutiltypes.QueryParamsRequest{},
|
||||
)
|
||||
suite.NoError(err)
|
||||
suite.GreaterOrEqual(
|
||||
suite.Require().NoError(err, "failed to query evmutil params")
|
||||
suite.Require().GreaterOrEqual(
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user