Skip to content

Commit

Permalink
do not add none trackitems to the multitrack
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 13, 2024
1 parent 38b9203 commit 0a21182
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/hypothesis/gx_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,8 @@ def test_fuzz_track_track_items(
st.none(),
st.sampled_from(fastkml.enums.AltitudeMode),
),
track_items=st.one_of(
st.none(),
st.lists(
track_items(),
),
track_items=st.lists(
track_items(),
),
),
),
Expand Down

0 comments on commit 0a21182

Please sign in to comment.