Skip to content

Commit

Permalink
Fix typo on test that prevented ipdb imports from being found
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Sep 14, 2015
1 parent a80806d commit 05dd8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/recipe/codeanalysis/tests/test_flake8.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def foo(bar):

IPDB_STATEMENT = """\
# -*- coding: utf-8 -*-
import pdb; pdb.set_trace()
import ipdb; ipdb.set_trace()
"""

# pep8-naming
Expand Down

0 comments on commit 05dd8da

Please sign in to comment.