From aa113bd4ee3f47bdec06a2762a635cfc4cf832e8 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Fri, 18 May 2012 19:59:16 +0900 Subject: [PATCH] Fix a typo. --- product/ERP5/tests/testInventoryAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testInventoryAPI.py b/product/ERP5/tests/testInventoryAPI.py index cc2d21ff92..e54538beed 100644 --- a/product/ERP5/tests/testInventoryAPI.py +++ b/product/ERP5/tests/testInventoryAPI.py @@ -503,7 +503,7 @@ class TestInventory(InventoryAPITestCase): ) # In reality this is not an expected failure, I will remove this very soon.(Yusei) - self.expectedFailure(assertInventoryEquals)(17, + expectedFailure(self.assertInventoryEquals)(17, section_uid=self.section.getUid(), node_uid=self.node.getUid(), resource_category='product_line/level1' -- 2.30.9