diff options
| -rw-r--r-- | pyramid/tests/test_scripts/test_pshell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_scripts/test_pshell.py b/pyramid/tests/test_scripts/test_pshell.py index 985a3010e..073128f5b 100644 --- a/pyramid/tests/test_scripts/test_pshell.py +++ b/pyramid/tests/test_scripts/test_pshell.py @@ -182,7 +182,7 @@ class TestPShellCommand(unittest.TestCase): command, { 'ipython': lambda: dshell, - 'bpython': lambda: dhell, + 'bpython': lambda: dshell, } ) |
