From 3c0af7f9c71adff2c52787c52e048c197db6e41c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 10 Dec 2010 18:42:58 -0500 Subject: [PATCH] - callcount --- test/aaa_profiling/test_zoomark_orm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 6efb8be786..66975ffde9 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() -- 2.47.2