mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
test-events: Test do_delete_message with no messages specified.
Test coverage for `zerver/actions/message_delete.py`. Both callers of this function would already return if there were no Messages specified to delete, which is why existing tests did not cover this.
This commit is contained in:
committed by
Tim Abbott
parent
7ccfed65e8
commit
df17a1bf28
@@ -76,7 +76,6 @@ not_yet_fully_covered = [
|
||||
"analytics/views/support.py",
|
||||
# Major lib files should have 100% coverage
|
||||
"zerver/actions/create_realm.py",
|
||||
"zerver/actions/message_delete.py",
|
||||
"zerver/actions/message_edit.py",
|
||||
"zerver/actions/presence.py",
|
||||
"zerver/actions/scheduled_messages.py",
|
||||
|
Reference in New Issue
Block a user