Skip to content

Commit

Permalink
Change an example
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmorenos committed Oct 27, 2024
1 parent 443e1ea commit b1acc3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_for_message():
messages.for_message("This is an info message inside a for loop.")
messages.progress("This is a progress message.", (i+1))
time.sleep(0.01)
messages.end_progress("Loop.")


def test_multiple_messages():
Expand Down

0 comments on commit b1acc3e

Please sign in to comment.