Skip to content

Commit

Permalink
remove var assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Nov 11, 2024
1 parent 6c05b23 commit 36f144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_empty_attribute_name_returns_empty_string(self):

# Act
with pytest.raises(ValueError):
processed_name = process_name(attr_name, common_part)
process_name(attr_name, common_part)

# Empty common part returns processed attribute name without common part.
@pytest.mark.unit
Expand Down

0 comments on commit 36f144d

Please sign in to comment.