Skip to content

Commit

Permalink
Rewrap line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 17, 2017
1 parent f09ad39 commit 3659094
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/z3c/pt/tests/test_expressions.py
Expand Up @@ -72,8 +72,7 @@ def test_translate_empty_string(self):
expr = expressions.PathExpr('')
result = expr.translate('', 'foo')

self.assertEqual(len(result),
1)
self.assertEqual(len(result), 1)
self.assertIsInstance(result[0], ast.Assign)

def test_translate_invalid_path(self):
Expand Down

0 comments on commit 3659094

Please sign in to comment.