Skip to content

Commit ed52f30

Browse files
author
Fran
committed
minor
1 parent 86095f7 commit ed52f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_neutral_template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def test_initialization_set_source_and_schema(self):
314314
self.assertEqual(template.get_status_param(), "")
315315

316316
def test_has_error_parse_false(self):
317-
"""Test initialization set source and schema."""
317+
"""Test get error parse false"""
318318

319319
template = NeutralTemplate()
320320
template.set_source("{:;__hello-nts:}")
@@ -327,7 +327,7 @@ def test_has_error_parse_false(self):
327327
self.assertEqual(template.get_status_param(), "")
328328

329329
def test_has_error_parse_true(self):
330-
"""Test initialization set source and schema."""
330+
"""Test get error parse true"""
331331

332332
template = NeutralTemplate()
333333
template.set_source("{:force-error;__hello-nts:}")

0 commit comments

Comments
 (0)