mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:14:48 -04:00
Fix tests for Store.__init__ update
Fix the test to pass the right number of args to the Store constructors
This commit is contained in:
parent
6cfee09be9
commit
63ef607f1f
5 changed files with 11 additions and 11 deletions
|
@ -56,7 +56,7 @@ class SQLBaseStoreTestCase(unittest.TestCase):
|
|||
database_engine=create_engine(config.database_config),
|
||||
)
|
||||
|
||||
self.datastore = SQLBaseStore(hs)
|
||||
self.datastore = SQLBaseStore(None, hs)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_insert_1col(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue