Commit d834f76f authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Romain Courteaud

erp5_core_test: Fix tool title

parent ce3f2b63
......@@ -3393,7 +3393,7 @@ class TestBusinessTemplate(BusinessTemplateMixin):
# tests
def test_Title(self):
"""Tests the Title of the Template Tool."""
self.assertEqual('Template Tool', self.getTemplateTool().Title())
self.assertEqual('Business Templates', self.getTemplateTool().Title())
def test_01_checkNewSite(self):
"""Test Check New Site"""
......
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