Skip to content

Commit

Permalink
Fixed typo in delete test docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham authored Nov 24, 2021
1 parent 98352dd commit 9772eaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/delete/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,8 @@ def test_fast_delete_large_batch(self):

def test_fast_delete_empty_no_update_can_self_select(self):
"""
#25932 - Fast deleting on backends that don't have the
`no_update_can_self_select` feature should work even if the specified
filter doesn't match any row.
Fast deleting when DatabaseFeatures.update_can_self_select = False
works even if the specified filter doesn't match any row (#25932).
"""
with self.assertNumQueries(1):
self.assertEqual(
Expand Down

0 comments on commit 9772eaa

Please sign in to comment.