Commit 9612e94d authored by Jérome Perrin's avatar Jérome Perrin

core_test: adjust testWorkflowHistoryList.TestDedup expected numbers

As per the discussion on nexedi/erp5!1378 (comment 131223)
what's important for this test is that the value is high. It seems the test
was not updated to the final version. We now have 35, not 36.
parent fc0fa324
Pipeline #15147 passed with stage
in 0 seconds
......@@ -221,5 +221,5 @@ class TestDedup(ERP5TypeTestCase):
whl._p_deactivate()
finally:
Workflow.dedupStrings = orig_dedupStrings
self.assertEqual(deduped, [36])
self.assertEqual(len(list(whl)), 37)
self.assertEqual(deduped, [35])
self.assertEqual(len(list(whl)), 36)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment