From be71c73f614f9c316c0c02a98505a8c03d5ef788 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 5 Mar 2012 15:20:07 -0500 Subject: [PATCH] callcount tweak --- test/aaa_profiling/test_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py index a7ce7a70b1..53df3b28ea 100644 --- a/test/aaa_profiling/test_compiler.py +++ b/test/aaa_profiling/test_compiler.py @@ -43,7 +43,7 @@ class CompileTest(fixtures.TestBase, AssertsExecutionResults): def test_update(self): t1.update().compile(dialect=self.dialect) - @profiling.function_call_count(versions={'2.6':117, '2.7':117, '3':118}) + @profiling.function_call_count(versions={'2.6':117, '2.7':117, '3':124}) def test_update_whereclause(self): t1.update().where(t1.c.c2==12).compile(dialect=self.dialect) -- 2.47.2