summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/tests/test_integration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_integration.py b/repoze/bfg/tests/test_integration.py
index 1159ca380..982197850 100644
--- a/repoze/bfg/tests/test_integration.py
+++ b/repoze/bfg/tests/test_integration.py
@@ -153,7 +153,6 @@ class TestGrokkedApp(unittest.TestCase):
actions = context.actions
import cPickle
self.assertRaises(cPickle.PicklingError, cPickle.dumps, actions, -1)
- self.assertEqual(len(actions), 7)
class DummyContext:
pass