mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
mypy: Fix duplicate annotation in test_narrow.
This commit is contained in:
@@ -1410,7 +1410,7 @@ class GetOldMessagesTest(ZulipTestCase):
|
||||
narrow=ujson.dumps(narrow),
|
||||
anchor=0,
|
||||
num_after=10,
|
||||
)) # type: Dict[str, Dict]
|
||||
))
|
||||
self.assertEqual(len(result['messages']), 1)
|
||||
messages = result['messages']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user