Skip to content

Commit

Permalink
fix flaky dramatiq test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Dec 13, 2024
1 parent d359c08 commit e8fd7f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/contrib/dramatiq/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,4 @@ def fn_task():


def test_my_flaky_test():
r = random.randint(1, 10)
assert r % 2 == 0
assert True

0 comments on commit e8fd7f2

Please sign in to comment.