summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-10 18:42:58 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-10 18:42:58 -0500
commit3c0af7f9c71adff2c52787c52e048c197db6e41c (patch)
treebc213115de79f943d3c00cebe18ad15659ac9bc6
parente05c91acaa38e376e9cd833920ad3d0e0bd9c660 (diff)
downloadsqlalchemy-3c0af7f9c71adff2c52787c52e048c197db6e41c.tar.gz
- callcount
-rw-r--r--test/aaa_profiling/test_zoomark_orm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py
index 6efb8be78..66975ffde 100644
--- a/test/aaa_profiling/test_zoomark_orm.py
+++ b/test/aaa_profiling/test_zoomark_orm.py
@@ -331,7 +331,7 @@ class ZooMarkTest(TestBase):
session = sessionmaker()()
engine.connect()
- @profiling.function_call_count(4898)
+ @profiling.function_call_count(4592)
def test_profile_1_create_tables(self):
self.test_baseline_1_create_tables()