Skip to content

Commit

Permalink
Revert "Delete accidentally duplicated function."
Browse files Browse the repository at this point in the history
This reverts commit 0369605.

Moving this to another PR to simplify the diff.
  • Loading branch information
SyntaxColoring committed May 27, 2022
1 parent 106915f commit 2a99407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update-server/tests/openembedded/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ async def test_cli(
return client


def mock_root_fs_interface_() -> MagicMock:
"""Mock RootFSInterface."""
return MagicMock(spec=RootFSInterface)


@pytest.fixture
def mock_root_fs_interface() -> MagicMock:
"""Mock RootFSInterface."""
Expand Down

0 comments on commit 2a99407

Please sign in to comment.