Skip to content

Commit

Permalink
Removed duplicated entry in set
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc committed Sep 21, 2023
1 parent 9cdc23e commit 7b7d82e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/tests/integration/test_polymorphism.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_polymorphism_on_included_relations(single_company, client):
for rel in content["data"]["relationships"]["futureProjects"]["data"]
} == {"researchProjects", "artProjects"}
assert {x.get("type") for x in content.get("included")} == {
"artProjects",
"artProjects",
"researchProjects",
}, "Detail included types are incorrect"
Expand Down

0 comments on commit 7b7d82e

Please sign in to comment.