mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-25 15:55:18 +00:00
fix unit test 2
This commit is contained in:
parent
47b6341324
commit
5c8ced4b37
@ -8,10 +8,10 @@ import (
|
||||
func (suite *IntegrationTestSuite) TestUpgrade_PreciseBankReserveTransfer() {
|
||||
suite.SkipIfUpgradeDisabled()
|
||||
|
||||
// beforeUpgradeCtx := suite.Kava.Grpc.CtxAtHeight(suite.UpgradeHeight - 1)
|
||||
// afterUpgradeCtx := suite.Kava.Grpc.CtxAtHeight(suite.UpgradeHeight)
|
||||
beforeUpgradeCtx := suite.ZgChain.Grpc.CtxAtHeight(suite.UpgradeHeight - 1)
|
||||
afterUpgradeCtx := suite.ZgChain.Grpc.CtxAtHeight(suite.UpgradeHeight)
|
||||
|
||||
// grpcClient := suite.Kava.Grpc
|
||||
grpcClient := suite.ZgChain.Grpc
|
||||
|
||||
// -----------------------------
|
||||
// Get initial reserve balances
|
||||
|
Loading…
Reference in New Issue
Block a user