Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tqin7 committed Oct 16, 2024
1 parent 560fab6 commit d5f6b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/app/upgrades/v7.0.0/upgrade_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ func postUpgradeMegavaultSharesCheck(node *containertest.Node, t *testing.T) {
constants.BobAccAddress.String(): big.NewInt(3_001_347),
constants.CarlAccAddress.String(): big.NewInt(666_666),
}
// 233_198 + 300_134 + 66_666 = 599_998
expectedTotalShares := big.NewInt(599_998)
// 2_331_986 + 3_001_347 + 666_666 = 5_999_999
expectedTotalShares := big.NewInt(5_999_999)

// Check MegaVault total shares.
resp, err := containertest.Query(
Expand Down

0 comments on commit d5f6b8a

Please sign in to comment.