From: Mike Bayer Date: Mon, 3 Nov 2008 01:47:30 +0000 (+0000) Subject: update call count X-Git-Tag: rel_0_5rc3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=334d5118bb7bcf6fcf052c1b12182009fe54ebef;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update call count --- 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()