Skip to content

Commit

Permalink
test: update docstring test
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Sep 18, 2024
1 parent d42f20f commit 52c35fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prymer/primer3/primer3.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
```python
>>> for failure in left_result.failures: \
print(failure)
Primer3Failure(reason=<Primer3FailureReason.HIGH_TM: 'high tm'>, count=171)
Primer3Failure(reason=<Primer3FailureReason.GC_CONTENT: 'GC content failed'>, count=26)
Primer3Failure(reason=<Primer3FailureReason.HIGH_TM: 'high tm'>, count=406)
Primer3Failure(reason=<Primer3FailureReason.GC_CONTENT: 'GC content failed'>, count=91)
```
Expand Down

0 comments on commit 52c35fe

Please sign in to comment.