Skip to content

Commit

Permalink
Missed a mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 17, 2020
1 parent 243beaf commit a0733a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/relstorage/tests/__init__.py
Expand Up @@ -372,6 +372,7 @@ class LockException(Exception):
pass

class MockDriver(object):
supports_64bit_unsigned_id = True
cursor_arraysize = 64
disconnected_exceptions = (DisconnectedException,)
close_exceptions = (CloseException,)
Expand Down

0 comments on commit a0733a0

Please sign in to comment.