Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Jan 19, 2025
1 parent c8c2f1d commit 9b0377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_block_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def test_GIVEN_request_invalid_block_WHEN_inspect_block_THEN_attribute_error_thr
block_names, _ = create_block_names(get_pv_value_mock, [])

try:
result = block_names._blocks_cant_start_with_hash
block_names._blocks_cant_start_with_hash
self.fail("No exception thrown")
except AttributeError:
pass
Expand Down

0 comments on commit 9b0377e

Please sign in to comment.