Skip to content

Commit

Permalink
Code analysis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed May 24, 2016
1 parent 593202e commit 99a0461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/collective/behavior/featuredimage/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def test_to2_available(self):
self.profile,
'1')
step = [step for step in upgradeSteps
if (step[0]['dest'] == ('2',))
and (step[0]['source'] == ('1',))]
if (step[0]['dest'] == ('2',)) and (step[0]['source'] == ('1',))]
self.assertEqual(len(step), 1)


Expand Down

0 comments on commit 99a0461

Please sign in to comment.