Commit 834e10a8 authored by Jim Fulton's avatar Jim Fulton

Fix a spurious doctest failure

parent beed23b3
......@@ -28,8 +28,8 @@ We can use it with a manager:
>>> dm['z']
3
>>> dm.last_note
'test 3'
>>> dm.last_note == u'test 3'
True
>>> with transaction.manager: #doctest ELLIPSIS
... dm['z'] = 4
......
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