Skip to content

Commit

Permalink
convert to int64
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Aug 23, 2023
1 parent f828a60 commit c42a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/interchain_accounts/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,6 @@ func (s *InterchainAccountsTestSuite) TestMsgSendTx_SuccessfulTransfer_AfterReop
s.Require().NoError(err)

expected := testvalues.IBCTransferAmount + testvalues.StartingTokenAmount
s.Require().Equal(expected, balance)
s.Require().Equal(expected, balance.Int64())
})
}

0 comments on commit c42a9c4

Please sign in to comment.