Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Oct 31, 2024
1 parent 30a6812 commit a14cabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chia/_tests/plotting/test_plot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ async def test_recursive_plot_scan(environment: Environment) -> None:
expected_result.loaded = []
await env.refresh_tester.run(expected_result)


@pytest.mark.limit_consensus_modes(reason="does not depend on consensus rules")
@pytest.mark.parametrize("follow_links", [True, False])
@pytest.mark.parametrize("use_hardlink", [True, False])
Expand Down Expand Up @@ -785,4 +786,4 @@ async def test_recursive_plot_scan_symlinks(environment: Environment, follow_lin
# With the flag enabled it should load all expected plots
expected_result.loaded = expected_plot_list # type: ignore[assignment]
expected_result.processed = len(expected_plot_list)
await env.refresh_tester.run(expected_result)
await env.refresh_tester.run(expected_result)

0 comments on commit a14cabe

Please sign in to comment.