Skip to content

Commit

Permalink
Fix copy-paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Dec 2, 2023
1 parent 582d02f commit 8717eec
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@


@pytest.fixture(autouse=True)
def patch_mock_move_types(decoy: Decoy, monkeypatch: pytest.MonkeyPatch) -> None:
"""Mock out move_types.py functions."""
def patch_mock_deck_configuration_provider(
decoy: Decoy, monkeypatch: pytest.MonkeyPatch
) -> None:
"""Mock out deck_configuration_provider.py functions."""
for name, func in inspect.getmembers(
deck_configuration_provider, inspect.isfunction
):
Expand Down

0 comments on commit 8717eec

Please sign in to comment.