Fix tests

This commit is contained in:
Erik Johnston 2017-05-31 16:34:40 +01:00
parent 4abcff0177
commit f091061711
2 changed files with 3 additions and 2 deletions

View file

@ -221,6 +221,7 @@ class UserDirectoryStore(SQLBaseStore):
txn.execute(sql, (prev_stream_id,))
total = 0
max_stream_id = prev_stream_id
for max_stream_id, count in txn:
total += count
if total > 50: