Skip to content

Commit

Permalink
Add protein length.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Sep 19, 2024
1 parent 9d6374d commit 2c508f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/analysis/predicate/genotype/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def protein_metadata_service() -> ProteinMetadataService:
FeatureType.DOMAIN,
),
),
protein_length=100,
)
return MockProteinMetadataService(response)

Expand Down

0 comments on commit 2c508f3

Please sign in to comment.