From 6234289c05cb12bfa1e3cc49d383cf8c7a61b974 Mon Sep 17 00:00:00 2001
From: Georgios Dagkakis <georgios.dagkakis@nexedi.com>
Date: Fri, 18 Mar 2016 09:22:24 +0000
Subject: [PATCH] testBusinessTemplate.py: fixup typo in method name

---
 product/ERP5/tests/testBusinessTemplate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py
index b099c0773c..fc3af22a6b 100644
--- a/product/ERP5/tests/testBusinessTemplate.py
+++ b/product/ERP5/tests/testBusinessTemplate.py
@@ -4763,7 +4763,7 @@ class TestBusinessTemplate(BusinessTemplateMixin):
     sequence_list.addSequenceString(sequence_string)
     sequence_list.play(self)
 
-  def test_17_SubobjectsAfterUpgradOfBusinessTemplate(self):
+  def test_17_SubobjectsAfterUpgradeOfBusinessTemplate(self):
     """Test Upgrade Of Business Template Keeps Subobjects"""
     sequence_list = SequenceList()
     # check if subobjects in module and catalog still remains after an update
-- 
2.30.9