Skip to content

Commit

Permalink
fix mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Oct 25, 2024
1 parent 7b4743b commit ced7e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/_tests/plot_sync/test_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_set_connection_values(bt: BlockTools, seeded_random: random.Random) ->
# Test setting a valid connection works
sender.set_connection(farmer_connection) # type:ignore[arg-type]
assert sender._connection is not None
assert sender._connection == farmer_connection # type: ignore[comparison-overlap]
assert sender._connection == farmer_connection


@pytest.mark.anyio
Expand Down

0 comments on commit ced7e0f

Please sign in to comment.