Skip to content

Commit e042662

Browse files
Match the test formatting to Ruff
Signed-off-by: Ali Zulfiqar <codewithfourtix@gmail.com>
1 parent 9fb9e43 commit e042662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_license_expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2664,5 +2664,5 @@ def test_validate_symbols_keeps_conflicting_aliases_as_errors():
26642664
)
26652665
assert warnings == []
26662666
assert errors == [
2667-
"Invalid duplicated alias pointing to multiple keys: " "shared point to keys: 'apache-2.0'."
2667+
"Invalid duplicated alias pointing to multiple keys: shared point to keys: 'apache-2.0'."
26682668
]

0 commit comments

Comments
 (0)