summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_resultset.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-10 11:10:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-10 11:10:21 -0400
commit2f522bd2217ca3421a912413f66b42dcec164df3 (patch)
tree3e7da852e443386d6bafcf52dd67b6dab3dcc287 /test/aaa_profiling/test_resultset.py
parent153248cf7b74e7dfcd29e093aea51657e74148fc (diff)
downloadsqlalchemy-2f522bd2217ca3421a912413f66b42dcec164df3.tar.gz
final cleanup
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 84eb34df1..29db46ef4 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(354)
+ @profiling.function_call_count(336)
def test_string(self):
[tuple(row) for row in t.select().execute().fetchall()]
- @profiling.function_call_count(354)
+ @profiling.function_call_count(336)
def test_unicode(self):
[tuple(row) for row in t2.select().execute().fetchall()]