From 18231f8387b01e21a846b57b4a01e3ceb46e607d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 11 Oct 2015 22:40:48 -0500 Subject: fix broken test --- pyramid/tests/test_scripts/test_pshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } ) -- cgit v1.2.3