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 3cb32ea commit fba1d55
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)}\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
Expand Down

0 comments on commit fba1d55

Please sign in to comment.