Skip to content

Commit

Permalink
schemadata does not need to have an ID in hypothesis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 8, 2024
1 parent 0be5b06 commit 5e22dc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/hypothesis/data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def test_fuzz_schema_data(
),
st.builds(
fastkml.SchemaData,
id=st.one_of(st.none(), nc_name()),
target_id=st.one_of(st.none(), nc_name()),
schema_url=st.one_of(st.none(), urls()),
data=st.lists(
st.builds(
Expand Down

0 comments on commit 5e22dc1

Please sign in to comment.