From 321ddd5d94eae75b0cd6f69ac6a2ff0805940a6a Mon Sep 17 00:00:00 2001 From: toteki <63419657+toteki@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:16:45 -0600 Subject: [PATCH] fix --- tests/e2e/e2e_ibc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/e2e_ibc_test.go b/tests/e2e/e2e_ibc_test.go index c2ab5814ec..0dcb9468f5 100644 --- a/tests/e2e/e2e_ibc_test.go +++ b/tests/e2e/e2e_ibc_test.go @@ -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