Skip to content

Commit

Permalink
fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Aug 1, 2017
1 parent 9db58bf commit 1981a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/api/tests/test_content.py
Expand Up @@ -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',
Expand Down

0 comments on commit 1981a35

Please sign in to comment.