Skip to content

Commit 8583b9f

Browse files
committed
Fixed test
1 parent a98f9dd commit 8583b9f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_person_fdo.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,3 @@ def test_author_fdo_structure(mock_fetch):
7575
assert kernel["@type"] == "Person"
7676
assert kernel["name"] == "Test Author"
7777
assert kernel["description"] == "A test researcher"
78-
79-
# Check specific fields
80-
assert kernel["sameAs"] == ["https://example.com"]
81-
82-
# Check affiliation ref
83-
assert kernel["affiliation"] == [{"@id": "https://portal.mardi4nfdi.de/entity/Q123"}]
84-
85-
# Check ORCID
86-
assert len(kernel["identifier"]) == 1
87-
assert kernel["identifier"][0]["propertyID"] == "orcid"
88-
assert kernel["identifier"][0]["value"] == "0000-0000-0000-0000"

0 commit comments

Comments
 (0)