diff options
Diffstat (limited to 'test/profiling/compiler.py')
-rw-r--r-- | test/profiling/compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index 449406265..278d32827 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() |