Skip to content

Commit

Permalink
fix: timeover
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Mar 8, 2024
1 parent fde08ff commit 286ac74
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 @@ -14,7 +14,7 @@

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

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

0 comments on commit 286ac74

Please sign in to comment.