mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
Minor coding style fix
This commit is contained in:
parent
a580f7d286
commit
f10d737198
1 changed files with 0 additions and 1 deletions
|
|
@ -494,7 +494,6 @@ class TestFilterSpecParsing(TestCase):
|
|||
for filter_spec, expected_result in self.good.items():
|
||||
self.assertEqual(parse_filter_spec(filter_spec), expected_result)
|
||||
|
||||
|
||||
def test_bad(self):
|
||||
for filter_spec in self.bad:
|
||||
self.assertRaises(InvalidFilterSpecError, parse_filter_spec, filter_spec)
|
||||
|
|
|
|||
Loading…
Reference in a new issue