Skip to content
Snippets Groups Projects
Commit c8e8f045 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

fix(test_postgresql): warning symbol

parent 8b33df51
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment