Skip to content

Commit

Permalink
fix: test epsilon 0.001 -> 0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 6, 2023
1 parent 87e922e commit 78c2140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/task_group/test_task_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@pytest.mark.anyio()
class TestTaskGroupWrapper:
epsilon: Final[float] = 0.001
epsilon: Final[float] = 0.01

@pytest.mark.parametrize("x", range(1, 4))
async def test_soon_value(self, x: int):
Expand Down

0 comments on commit 78c2140

Please sign in to comment.