Skip to content

Commit

Permalink
Delete accidentally duplicated function.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed May 26, 2022
1 parent 9444d84 commit 0369605
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions update-server/tests/openembedded/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ 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 0369605

Please sign in to comment.