From fef66e5c5b9f7706545fe2263fe8fe71df78f527 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 2 Apr 2008 16:15:57 +0000 Subject: [PATCH] doh --- test/profiling/zoomark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index e6696f29ac..f2e9f8bc89 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -155,7 +155,7 @@ class ZooMarkTest(testing.TestBase, AssertsExecutionResults): millipede = fullobject(Animal.select(Animal.c.Legs==1000000)) ticks = fullobject(Animal.select(Animal.c.Species==u'Tick')) - @profiling.function_call_count(10384, {'2.4': 11777}) + @profiling.function_call_count(10384, {'2.4': 11177}) def test_4_expressions(self): Zoo = metadata.tables['Zoo'] Animal = metadata.tables['Animal'] -- 2.47.3