diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_rtf_formatter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_rtf_formatter.py b/tests/test_rtf_formatter.py index 0ac53bfa..30b136fd 100644 --- a/tests/test_rtf_formatter.py +++ b/tests/test_rtf_formatter.py @@ -28,8 +28,8 @@ class RtfFormatterTest(StringTests, unittest.TestCase): if string is None: string = (u"The expected output of '{t}'\n" - u"\t\tShould end with '{expected}'\n" - u"\t\tActually ended with '{result}'\n" + u"\t\tShould be '{expected}'\n" + u"\t\tActually outputs '{result}'\n" u"\t(WARNING: Partial Output of Result!)") end = -(len(self._escape(self.foot))) |