From f20138e2f9afe77d9e67be37450ca064274ac8c6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 13 Mar 2010 14:54:41 -0500 Subject: [PATCH] callcount... --- test/aaa_profiling/test_zoomark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 68155527a6..b7b77bd02b 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -325,7 +325,7 @@ class ZooMarkTest(TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3178, {'2.4': 2012}) + @profiling.function_call_count(3178, {'2.4': 1816}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() -- 2.47.3