Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
valenzuelaomar committed Jun 21, 2024
1 parent 804fcc8 commit 6dc19cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_app/tests/test_field_visibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ async def test_update_fields(
]
fields = [field["name"] for field in create_type["inputFields"]]
# We have a limited subset of mutable fields on SequencingRead
assert set(fields) == set(["nucleicAcid", "sampleId", "technology", "protocol", "deletedAt", "primerFileId", "collectionId"])
assert set(fields) == set(
["nucleicAcid", "sampleId", "technology", "protocol", "deletedAt", "primerFileId", "collectionId"]
)


# Make sure we only allow certain fields to be set at entity creation time.
Expand Down

0 comments on commit 6dc19cb

Please sign in to comment.