Skip to content

Commit 7b9f025

Browse files
committed
Fix linting issues.
1 parent 016c3ff commit 7b9f025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/converter/test_adblock_input_line2subject.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ class TestAdblockInputLine2Subject(unittest.TestCase):
280280
},
281281
{
282282
# unlikely, but we should be able to handle such weird cases.
283-
"subject": 'example.com##a[href="https://example.org"][target="https://example.net"]',
283+
"subject": 'example.com##a[href="https://example.org"]'
284+
'[target="https://example.net"]',
284285
"expected": {
285286
"aggressive": ["example.com", "example.net", "example.org"],
286287
"standard": [],

0 commit comments

Comments
 (0)