Skip to content

Commit

Permalink
update print formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
verbose-void committed May 26, 2021
1 parent 0c46037 commit 15cad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def ds(request, memory_storage, local_storage, s3_storage):


def print_session_id():
print("----------------------------------------------------------")
print("\n\n----------------------------------------------------------")
print("Testing session ID: %s" % SESSION_ID)
print("----------------------------------------------------------")

Expand Down

0 comments on commit 15cad01

Please sign in to comment.