From 334d5118bb7bcf6fcf052c1b12182009fe54ebef Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 3 Nov 2008 01:47:30 +0000 Subject: [PATCH] update call count --- test/profiling/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index 4494062658..278d328276 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -19,7 +19,7 @@ class CompileTest(TestBase, AssertsExecutionResults): def test_insert(self): t1.insert().compile() - @profiling.function_call_count(70, {'2.4': 42}) + @profiling.function_call_count(70, {'2.4': 45}) def test_update(self): t1.update().compile() -- 2.47.3