Commit 821d3b39 authored by Philipp Wolfer's avatar Philipp Wolfer

AngularJS check: PEP8 fixes for test

parent 15b800af
......@@ -52,7 +52,9 @@ class AngularJSInterpolationCheckTest(TestCase):
self.assertFalse(self.check.check_single(
u'{{name}} string {{other}}',
u'{{other}} string {{name}}',
MockUnit('angularjs_format_ignore_position', flags='angularjs-format'),
MockUnit(
'angularjs_format_ignore_position',
flags='angularjs-format'),
0
))
......@@ -60,7 +62,9 @@ class AngularJSInterpolationCheckTest(TestCase):
self.assertFalse(self.check.check_single(
u'{{ name }} string',
u'{{name}} string',
MockUnit('angularjs_different_whitespace', flags='angularjs-format'),
MockUnit(
'angularjs_different_whitespace',
flags='angularjs-format'),
0
))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment