mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-26 13:07:46 +00:00
fix python2 test failure
This commit is contained in:
@@ -342,7 +342,7 @@ def get_clock():
|
||||
return (clock, hs_clock)
|
||||
|
||||
|
||||
@attr.s
|
||||
@attr.s(cmp=False)
|
||||
class FakeTransport(object):
|
||||
"""
|
||||
A twisted.internet.interfaces.ITransport implementation which sends all its data
|
||||
|
||||
Reference in New Issue
Block a user