diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-23 02:22:57 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-23 02:22:57 +0000 |
commit | 1ccdfb517237408f746068f466548f9331468d7f (patch) | |
tree | a3bd6b8c311a6a7f9aca539e288337a7cd32ef3a /test/profiling/compiler.py | |
parent | 3d0fe5bfe2e15e553279a8420ed048e6b84cc72a (diff) | |
download | sqlalchemy-1ccdfb517237408f746068f466548f9331468d7f.tar.gz |
call count pinata party
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 452940e09..9a0981498 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults): def test_update(self): t1.update().compile() - @profiling.function_call_count(228, versions={'2.4':131}) + @profiling.function_call_count(211, versions={'2.4':131}) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile() |