Skip to content

Commit

Permalink
experimenting with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 21, 2016
1 parent 6b43b61 commit 2932791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEO/tests/testZEO.py
Expand Up @@ -1491,7 +1491,7 @@ def can_use_empty_string_for_local_host_on_client():
"""We should be able to spell localhost with ''.
>>> (_, port), _ = start_server()
>>> conn = ZEO.connection(('', port))
>>> conn = ZEO.connection(('localhost', port))
>>> conn.root()
{}
>>> conn.root.x = 1
Expand Down

0 comments on commit 2932791

Please sign in to comment.