mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
This commit adds a check to avoid the use of assertTrue for cases like: assertTrue(len(data) == 2). We should use assert_length, assertGreater, or assertGreaterEqual, whatever suits, in cases like these.
37 KiB
37 KiB