Skip to content

Commit

Permalink
Updated to use transaction test API
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed May 5, 2016
1 parent 1a0f448 commit d297efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/tests/util.py
Expand Up @@ -203,4 +203,4 @@ def clear_transaction_syncs():
underware. Eventually, an transaction managers need to grow an API
for this.
"""
transaction.manager._synchs.data.clear()
transaction.manager.clearSynchs()

0 comments on commit d297efd

Please sign in to comment.