Skip to content

Commit 07478d9

Browse files
committed
refactor: Install & test - CPython 3.7 (ubuntu), codecov.
1 parent 191d2ae commit 07478d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def group_dm_template() -> Message:
513513
return msg_template_factory(537288, "private", 1520918737, recipients=recipients)
514514

515515

516-
@pytest.fixture(params=["pm_template", "group_pm_template"])
516+
@pytest.fixture(params=["dm_template", "group_dm_template"])
517517
def private_message_fixture(request: Any) -> Message:
518518
return request.getfixturevalue(request.param)
519519

0 commit comments

Comments
 (0)