mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 03:20:50 -05:00
Fix postgres unit tests
This commit is contained in:
parent
ca3e01e50d
commit
bc244627ac
@ -57,7 +57,7 @@ class EventFederationWorkerStoreTestCase(tests.unittest.TestCase):
|
||||
"(event_id, algorithm, hash) "
|
||||
"VALUES (?, 'sha256', ?)"
|
||||
),
|
||||
(event_id, b"ffff"),
|
||||
(event_id, bytearray(b"ffff")),
|
||||
)
|
||||
|
||||
for i in range(0, 11):
|
||||
|
Loading…
Reference in New Issue
Block a user