diff --git a/tests/test_postgresql.py b/tests/test_postgresql.py index 183f81b9ba68c4c8a098439889234f4c76bff36c..a1a0cb8180ef040ecefe8ff441bfae6bcf893670 100755 --- a/tests/test_postgresql.py +++ b/tests/test_postgresql.py @@ -41,7 +41,7 @@ def warning(message: str): :type message: str """ - print(" {}âš ï¸{} {}".format(YELLOW, DEF, message)) + print(" {}âš {} {}".format(YELLOW, DEF, message)) def error(message: str):