mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-11 23:42:38 +00:00
remove redundant assertion
This commit is contained in:
parent
20e0626e42
commit
7626a02bdb
@ -553,11 +553,6 @@ class JSONBytes(unittest.TestCase):
|
|||||||
o, cls=jsonbytes.AnyBytesJSONEncoder)),
|
o, cls=jsonbytes.AnyBytesJSONEncoder)),
|
||||||
expected,
|
expected,
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
|
||||||
json.loads(jsonbytes.dumps(o, any_bytes=True)),
|
|
||||||
expected
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class FakeGetVersion(object):
|
class FakeGetVersion(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user