Commit ed46567b authored by Jim Fulton's avatar Jim Fulton

Fix a test (that we'll break later)

parent 844fd710
......@@ -187,8 +187,9 @@ So, for example, if we wanted to set a transaction note::
.. -> src
>>> exec(src)
>>> db.history(conn.root()._p_oid)[0]['description']
'incrementing x again'
>>> (db.history(conn.root()._p_oid)[0]['description'] ==
... b'incrementing x again')
True
Here, we used the
:meth:`~transaction.interfaces.ITransactionManager.get` method to get
......
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