diff options
| -rw-r--r-- | test/aaa_profiling/test_pool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 752787f4e..0ce48e2a7 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -18,7 +18,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults): use_threadlocal=True) - @profiling.function_call_count(64, {'2.4': 42, '3.0':57, '3.1':57}) + @profiling.function_call_count(64, {'2.4': 42, '3.0':65, '3.1':65}) def test_first_connect(self): conn = pool.connect() |
