From bc56e484f8ab39b2c36e55ea72022a7bcca7f619 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Wed, 18 Oct 2023 12:27:30 -0500 Subject: [PATCH] re-add tx_test() --- local-interchain/python/api_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-interchain/python/api_test.py b/local-interchain/python/api_test.py index be7228860..90678dd39 100644 --- a/local-interchain/python/api_test.py +++ b/local-interchain/python/api_test.py @@ -22,7 +22,7 @@ def main(): poll_for_start(API_URL, waitSeconds=120) bin_test() - # tx_test() + tx_test() # Test to ensure the base layer works and returns data properly