From d60bc21fc69f70c8e7b63b7ed88483bbbe42250a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 26 Feb 2012 19:42:16 -0500 Subject: [PATCH] fix callcount --- test/aaa_profiling/test_resultset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index db253ce004..e769fa6b3d 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -85,7 +85,7 @@ class ExecutionTest(fixtures.TestBase): e.execute("select 1") @profiling.function_call_count(versions={'2.4':41, '2.5':58, - '2.6':58, '3':57, + '2.6':58, '3':61, '2.7':60, '2.6+cextension':60}, variance=.05) -- 2.47.2