Skip to content

Commit

Permalink
Update tests/storage/test_state_deletion.py
Browse files Browse the repository at this point in the history
Co-authored-by: Devon Hudson <[email protected]>
  • Loading branch information
erikjohnston and devonh authored Jan 31, 2025
1 parent f06d7dc commit 17ef880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/test_state_deletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_deletion_error_during_persistence(self) -> None:
self.assertTrue(can_be_deleted)

def test_race_between_check_and_insert(self) -> None:
"""Check that we correctly handle the race where we got to delete a
"""Check that we correctly handle the race where we go to delete a
state group, check that it is unreferenced, and then it becomes
referenced just before we delete it."""

Expand Down

0 comments on commit 17ef880

Please sign in to comment.