plone.api/fix_tests: fix quoting
Alexander Loechel <jenkins-z4DKO/[email protected]> Tue, 01 Aug 2017 03:37:32 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.api Branch: refs/heads/fix_tests Date: 2017-08-01T12:37:17+02:00 Author: Alexander Loechel (loechel) <[email protected]> Commit: https://github.com/plone/plone.api/commit/1981a35bfa3fbd0daeb51dbc6c6f5f947077b41e fix quoting Files changed: M src/plone/api/tests/test_content.py diff --git a/src/plone/api/tests/test_content.py b/src/plone/api/tests/test_content.py index 41697ff..df00abc 100644 --- a/src/plone/api/tests/test_content.py +++ b/src/plone/api/tests/test_content.py @@ -1011,7 +1011,7 @@ def test_transition(self): self.maxDiff = None # to see assert diff self.assertMultiLineEqual( str(cm.exception), - 'Invalid transition "foo".\n' + "Invalid transition 'foo'.\n" 'Valid transitions are:\n' 'reject\n' 'retract', ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot