From 5e22dc1afca518b4ca0deed80f0ec06a3c0da5f5 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Fri, 8 Nov 2024 16:00:05 +0000 Subject: [PATCH] schemadata does not need to have an ID in hypothesis tests --- tests/hypothesis/data_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/hypothesis/data_test.py b/tests/hypothesis/data_test.py index 47d61f9c..37882f8c 100644 --- a/tests/hypothesis/data_test.py +++ b/tests/hypothesis/data_test.py @@ -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(