Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Apr 22, 2020
1 parent 9486faa commit f9b66d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/replication/slave/storage/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def prepare(self, reactor, clock, hs):
# We now do some gut wrenching so that we have a client that is based
# off of the slave store rather than the main store.
self.replication_handler = ReplicationCommandHandler(self.hs)
self.replication_handler._store = self.slaved_store

self.replication_handler._replication_data_handler = ReplicationDataHandler(
self.slaved_store
)
Expand Down

0 comments on commit f9b66d9

Please sign in to comment.