Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Oct 12, 2023
1 parent 3f3d6b7 commit 321ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_ibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *E2ETest) TestIBCTokenTransfer() {
umeeAPIEndpoint := s.UmeeREST()
atomSymbol := "ATOM"
umeeSymbol := "UMEE"
totalQuota := math.NewInt(120)
// totalQuota := math.NewInt(120)
tokenQuota := math.NewInt(100)

// compute the amount of ATOM sent from umee to gaia which would meet atom's token quota
Expand Down

0 comments on commit 321ddd5

Please sign in to comment.