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:
Lauryn Menard
2023-05-09 17:48:52 +02:00
committed by Tim Abbott
parent 7ccfed65e8
commit df17a1bf28
2 changed files with 8 additions and 1 deletions

View File

@@ -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",