mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
Fix up test files for W504
This commit is contained in:
parent
c58a4662d8
commit
56b86ba9fe
3 changed files with 15 additions and 15 deletions
|
|
@ -50,5 +50,5 @@ class TestNotifier(object):
|
|||
])
|
||||
def test_listeners_for(self, code, expected):
|
||||
"""Verify that we retrieve the correct listeners."""
|
||||
assert ([l.error_code for l in self.notifier.listeners_for(code)] ==
|
||||
expected)
|
||||
assert ([l.error_code
|
||||
for l in self.notifier.listeners_for(code)] == expected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue