summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_integration.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/tests/test_integration.py')
-rw-r--r--repoze/bfg/tests/test_integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_integration.py b/repoze/bfg/tests/test_integration.py
index 4c5777738..b6e5e1c0c 100644
--- a/repoze/bfg/tests/test_integration.py
+++ b/repoze/bfg/tests/test_integration.py
@@ -153,7 +153,7 @@ class TestGrokkedApp(unittest.TestCase):
actions = context.actions
import cPickle
self.assertRaises(cPickle.PicklingError, cPickle.dumps, actions, -1)
- self.assertEqual(len(actions), 5)
+ self.assertEqual(len(actions), 7)
class DummyContext:
pass