Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 15, 2024
1 parent 9cd26a7 commit c8611e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/core_node_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ def test_is_update_safe():
def test_repair_sync(tmp_sync_datadir, mocked_g_config, resource_file):
with mock.patch('node_cli.core.schains.rm_btrfs_subvolume'), \
mock.patch('node_cli.utils.docker_utils.stop_container'), \
mock.patch('node_cli.utils.docker_utils.start_container'):
mock.patch('node_cli.utils.docker_utils.start_container'):
repair_sync(archive=True, catchup=True, historic_state=True, snapshot_from='127.0.0.1')

0 comments on commit c8611e9

Please sign in to comment.