Skip to content

Commit

Permalink
Gaaaa, doctest error matching is too brittle sometimes...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed May 29, 2016
1 parent 6d8f1c2 commit 9e0f98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZEO/tests/testZEO.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,10 +937,10 @@ def tpc_finish_error():
tpc_finish will fail:
>>> client.tpc_finish(t)
>>> client.tpc_finish(t) # doctest: +ELLIPSIS
Traceback (most recent call last):
...
TypeError: 'NoneType' object is not subscriptable
AttributeError: ...
>>> client.tpc_abort(t)
>>> t.abort()
Expand Down

0 comments on commit 9e0f98f

Please sign in to comment.