Skip to content

Commit

Permalink
make blob test commit_from_wrong_partition more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed Apr 2, 2022
1 parent 1226c9d commit 896dc63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZODB/tests/testblob.py
Expand Up @@ -379,6 +379,7 @@ def commit_from_wrong_partition():
>>> logger.propagate = False
>>> logger.setLevel(logging.DEBUG)
>>> logger.addHandler(handler)
>>> logger.disabled = False
>>> blob_storage = create_storage() # noqa: F821 undefined name
>>> database = DB(blob_storage)
Expand Down

0 comments on commit 896dc63

Please sign in to comment.