Skip to content

Commit

Permalink
Fix test with ZODB >= 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchemb committed Jun 11, 2020
1 parent cb26281 commit d267b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ZEO/tests/testZEO.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ def getConfig(self):

class FileStorageClientHexTests(FileStorageHexTests):

use_extension_bytes = True

def getConfig(self):
return """\
%import ZODB.tests
Expand Down

0 comments on commit d267b00

Please sign in to comment.