Skip to content

Commit d439947

Browse files
committed
Update code
1 parent 1d69073 commit d439947

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ class TestPullRequestNode:
1111
def test_pull_request_node_type(self):
1212
assert hasattr(PullRequestNode, "__strawberry_definition__")
1313

14-
def test_pull_request_node_fields(self):
14+
def test_meta_configuration(self):
1515
field_names = {field.name for field in PullRequestNode.__strawberry_definition__.fields}
1616
expected_field_names = {
17+
"_id",
1718
"author",
1819
"created_at",
1920
"organization_name",

0 commit comments

Comments
 (0)