Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
make test a tad more forgiving.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jun 2, 2014
1 parent d8775a7 commit 7cfba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zc/resumelb/zk.test
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ outstanding to have a case with a worker backlog:
>>> sorted(status['workers'], key=lambda w: w[2])
... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
[[u'127.0.0.1:...', 0, 0, None],
[u'127.0.0.1:...', 1, 0.6..., 13...]]
[u'127.0.0.1:...', 1, 0.6..., 1...]]

>>> status_file.close()
>>> status_socket.close()
Expand Down

0 comments on commit 7cfba8c

Please sign in to comment.