Skip to content

Commit 6290213

Browse files
committed
fix: _BUBBLE_LIKE doesn't directly cover the bug text_extract.py fixes
1 parent 49734fe commit 6290213

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_blob_parsing_fuzz.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ def _cli_message(draw):
102102
st.sampled_from(["text", "richText", "codeBlocks", "type", "metadata"]),
103103
st.one_of(
104104
st.text(max_size=300),
105+
st.integers(),
106+
st.booleans(),
105107
st.none(),
106108
st.lists(
107109
st.dictionaries(

0 commit comments

Comments
 (0)