Skip to content

Commit da44d14

Browse files
committed
test_malformed_sigs: no branches in strategy generators
1 parent 31039b4 commit da44d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/test_malformed_sigs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def st_der():
282282
of a valid DER structure, sequence of valid DER objects or a constructed
283283
encoding of any of the above.
284284
"""
285-
return st.recursive(
285+
return st.recursive( # pragma: no branch
286286
st.just(b"")
287287
| st_der_integer(max_value=2**4096)
288288
| st_der_bit_string(max_size=1024**2)

0 commit comments

Comments
 (0)