Commit f21c2292 authored by Marius Gedminas's avatar Marius Gedminas Committed by GitHub

Merge pull request #144 from zopefoundation/jugmac00-fix-typo

Fix typo
parents a6c1ffce 0efbe012
......@@ -435,7 +435,7 @@ class ClientTests(Base, setupstack.TestCase, ClientRunner):
self.assertEqual(sorted(loop.later[1:]), [])
def test_bad_server_tid(self):
# If in verification we get a server_tid behing the cache's, make sure
# If in verification we get a server_tid behind the cache's, make sure
# we retry the connection later.
wrapper, cache, loop, client, protocol, transport = self.start()
cache.store(b'4'*8, b'a'*8, None, '4 data')
......
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