diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-11-03 01:47:30 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-11-03 01:47:30 +0000 |
commit | 334d5118bb7bcf6fcf052c1b12182009fe54ebef (patch) | |
tree | 0884569c50a83f7ce5fa26143e07539cca6172b1 /test | |
parent | 27b48aa7e67938c104483a63ebe4f6bf6c08e6dc (diff) | |
download | sqlalchemy-334d5118bb7bcf6fcf052c1b12182009fe54ebef.tar.gz |
update call count
Diffstat (limited to 'test')
-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() |