mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
I got distracted, came back later to a successful test run in my terminal, and thought I remembered finishing the change and just kicking off a final test run to check. In fact, there was an `assert False` right in the normal case for production, and I just hadn't finished a test for that path. (m.-) Definitely the most grateful I've been for our coverage checks, which highlighted this for me. Remove the `assert False`, and also finish writing the test it was there to help me write. Those lines are covered now.
23 KiB
23 KiB