From 00b7f8be52d756136a2ef71f192fc37f3b6229b7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 3 Dec 2011 20:59:56 -0500 Subject: [PATCH] some call count reduction --- 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 21f31488db..483ca335ae 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -340,7 +340,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_1a_populate(self): self.test_baseline_1a_populate() - @profiling.function_call_count(416, {'3.2':390}) + @profiling.function_call_count(393, {'3.2':360}) def test_profile_2_insert(self): self.test_baseline_2_insert() -- 2.47.3