Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katiestahl committed Jul 22, 2024
1 parent 091e23a commit 1fbee7c
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 86 deletions.
4 changes: 1 addition & 3 deletions src/fusor/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,13 @@ class LinkerElement(BaseStructuralElement, extra="forbid"):

model_config = ConfigDict(
arbitrary_types_allowed=True,
# TODO: update this example json once models approved
json_schema_extra={
"example": {
"type": "LinkerSequenceElement",
"linkerSequence": {
"id": "sequence:ACGT",
"type": "SequenceDescriptor",
"type": "LiteralSequenceExpression",
"sequence": "ACGT",
"residue_type": "SO:0000348",
},
}
},
Expand Down
Loading

0 comments on commit 1fbee7c

Please sign in to comment.