From fba1d55195993f9274072be60a45462447ba7bd7 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 11 Oct 2023 12:02:07 +1100 Subject: [PATCH] updated tests --- tests/pystackql_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pystackql_tests.py b/tests/pystackql_tests.py index fe1d3cd..4724862 100644 --- a/tests/pystackql_tests.py +++ b/tests/pystackql_tests.py @@ -136,7 +136,7 @@ def test_08_execute(self): print_test_result("Test execute method", False, debug_message=debug_info) except Exception as e: - debug_info = f"An error occurred: {str(e)}\nQuery: {google_query}\nResult: {result}" + debug_info = f"An error occurred: {str(e)}\n*********\nQuery: {google_query}\n*********\nResult: {result}" print_test_result("Test execute method", False, debug_message=debug_info) @pystackql_test_setup