Skip to content

Commit 49164de

Browse files
DavidZaguryCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ad26790 commit 49164de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/featured/featured_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ def test_feature_resync(self):
338338

339339
def test_sync_feature_scope_toctou(self):
340340
"""sync_feature_scope must delete a partial entry it accidentally creates when
341-
the FEATURE row is deleted by a concurrent deregister between the mod_entry
342-
calls and the post-write existence check (TOCTOU)."""
341+
the FEATURE row is deleted by a concurrent deregister between the mod_entry and
342+
the post-write existence check (TOCTOU)."""
343343
mock_db = mock.MagicMock()
344344
mock_feature_state_table = mock.MagicMock()
345345

0 commit comments

Comments
 (0)