diff options
| author | Michael Merickel <michael@merickel.org> | 2015-10-11 22:40:48 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-10-11 22:40:48 -0500 |
| commit | 18231f8387b01e21a846b57b4a01e3ceb46e607d (patch) | |
| tree | 3fcd47d56e39bc7a24a8b390b35ab67bbbe5400c | |
| parent | 4fb1846113be568aa22b263aec628fe3d4267e6b (diff) | |
| download | pyramid-18231f8387b01e21a846b57b4a01e3ceb46e607d.tar.gz pyramid-18231f8387b01e21a846b57b4a01e3ceb46e607d.tar.bz2 pyramid-18231f8387b01e21a846b57b4a01e3ceb46e607d.zip | |
fix broken test
| -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, } ) |
