Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Dec 19, 2024
1 parent 98c742c commit d3d3ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/upgrades/v4_2_6/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ func (s *UpgradeTestSuite) TestUpgrade() {
foundationBalance := s.App.BankKeeper.GetAllBalances(s.Ctx, foundationAddr)
s.T().Logf("balance: %v", foundationBalance)
s.Require().Equal(int64(MockDeadContractBalance), foundationBalance.AmountOf(v4.Denom).Int64()) // Add int64 cast

}

0 comments on commit d3d3ab7

Please sign in to comment.