Skip to content

Commit

Permalink
Add FreeBSD failing test example
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Mar 2, 2023
1 parent c9ca4fc commit 0f993d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_string_component_transform_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def no_null(x: str) -> bool:
],
)
@example(x=float("nan"))
@example(x="Å")
@given(
x=integers()
| floats()
Expand Down

0 comments on commit 0f993d0

Please sign in to comment.