Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Dec 26, 2024
1 parent 20bff35 commit eb71c19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion node_cli/operations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
turn_on as turn_on_op,
restore as restore_op,
repair_sync as repair_sync_op,
configure_nftables as configure_nftables
configure_nftables
)
1 change: 0 additions & 1 deletion tests/cli/sync_node_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_init_sync(mocked_g_config):
result = run_command(_init_sync, ['./tests/test-env'])

node_options = NodeOptions()
print(node_options)
assert not node_options.archive
assert not node_options.catchup
assert not node_options.historic_state
Expand Down

0 comments on commit eb71c19

Please sign in to comment.