Skip to content

Commit

Permalink
Correct spelling mistake (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed Sep 1, 2023
1 parent 23e6d9e commit b9eb0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaky/flaky_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def flaky(max_runs=None, min_passes=None, rerun_filter=None):
"""
Decorator used to mark a test as "flaky". When used in conjuction with
Decorator used to mark a test as "flaky". When used in conjunction with
the flaky nosetests plugin, will cause the decorated test to be retried
until min_passes successes are achieved out of up to max_runs test runs.
Expand Down

0 comments on commit b9eb0c7

Please sign in to comment.