Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Aug 25, 2023
1 parent cb1a766 commit 66571e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_preconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@ def everythings(
Everything.AStringEnum.A,
draw(dts),
draw(dates(min_value=date(1970, 1, 1), max_value=date(2038, 1, 1))),
draw(
dictionaries(
just(Everything.AStringEnum.A),
integers(min_value=min_int, max_value=max_int),
)
),
draw(dictionaries(just(Everything.AStringEnum.A), ints)),
draw(dictionaries(binary(min_size=min_key_length), binary())),
draw(one_of(ints, fs, strings)),
Expand Down

0 comments on commit 66571e1

Please sign in to comment.