Skip to content

Commit

Permalink
Auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Feb 5, 2024
1 parent dd9ef39 commit 1a77833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/console/commands/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ def test_update_prints_operations(
assert ("Package operations:" in output) is expected
assert ("Installing docker (4.3.1)" in output) is expected


@pytest.fixture()
def test_update_sync_option_is_passed_to_the_installer(
command_tester_factory: CommandTesterFactory,
mocker: MockerFixture
command_tester_factory: CommandTesterFactory, mocker: MockerFixture
) -> None:
"""
The --sync option is passed properly to the installer from update.
Expand Down

0 comments on commit 1a77833

Please sign in to comment.