summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_resultset.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-11 02:57:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-11 02:57:25 -0400
commit3986fd7626ff29f7debfc72f63ba22235e31ed7e (patch)
treeed1fc854144ce365ae02a62e257aba5f5974e365 /test/aaa_profiling/test_resultset.py
parent2f522bd2217ca3421a912413f66b42dcec164df3 (diff)
downloadsqlalchemy-3986fd7626ff29f7debfc72f63ba22235e31ed7e.tar.gz
adjustments
Diffstat (limited to 'test/aaa_profiling/test_resultset.py')
-rw-r--r--test/aaa_profiling/test_resultset.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py
index 29db46ef4..4cd213389 100644
--- a/test/aaa_profiling/test_resultset.py
+++ b/test/aaa_profiling/test_resultset.py
@@ -34,11 +34,11 @@ class ResultSetTest(fixtures.TestBase, AssertsExecutionResults):
def teardown(self):
metadata.drop_all()
- @profiling.function_call_count(336)
+ @profiling.function_call_count(316)
def test_string(self):
[tuple(row) for row in t.select().execute().fetchall()]
- @profiling.function_call_count(336)
+ @profiling.function_call_count(316)
def test_unicode(self):
[tuple(row) for row in t2.select().execute().fetchall()]