diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-05 15:20:07 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-05 15:20:07 -0500 |
| commit | be71c73f614f9c316c0c02a98505a8c03d5ef788 (patch) | |
| tree | 104dd5f839e4255ec2cfd887a0674ef4fb774d38 /test/aaa_profiling | |
| parent | 8007834c97e938912dfd54b342d10e4b9c0a6095 (diff) | |
| download | sqlalchemy-be71c73f614f9c316c0c02a98505a8c03d5ef788.tar.gz | |
callcount tweak
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py index a7ce7a70b..53df3b28e 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) |
