diff options
| -rw-r--r-- | test/profiling/zoomark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index e0d696ae4..9c32e3b78 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -344,7 +344,7 @@ class ZooMarkTest(TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(2054, {'2.4': 1048}) + @profiling.function_call_count(2054, {'2.4': 1193}) def test_profile_6_editing(self): self.test_baseline_6_editing() |
