Skip to content

Commit 1cc08cc

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 84e6aef commit 1cc08cc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

backend/tests/apps/github/api/internal/nodes/repository_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,3 @@ def test_resolve_is_archived(self):
217217
assert field is not None
218218
assert field.type is bool
219219

220-
def test_is_archived_field_returns_false(self):
221-
"""Test is_archived field returns False for non-archived repositories."""
222-
mock_repository = Mock()
223-
mock_repository.is_archived = False
224-
225-
# Since is_archived is a direct field mapping, we just verify the mock
226-
assert mock_repository.is_archived is False

0 commit comments

Comments
 (0)