Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Oct 11, 2023
1 parent ee4cf9c commit 3cb32ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pystackql_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"
debug_info = f"An error occurred: {str(e)}\nQuery: {google_query}\nResult: {result}"
print_test_result("Test execute method", False, debug_message=debug_info)

@pystackql_test_setup
Expand Down

0 comments on commit 3cb32ea

Please sign in to comment.